On 3/5/07, Jim Fulton <[EMAIL PROTECTED]> wrote: > For production deployments, we (Zope Corporation) install files into > the *real* Unix tree where site administrators want them. We'll > typically have a deployment that includes a number of applications. > The deployment will create directories in /etc, /var/log, and /var/ > run, where the applications in the deployment put their > configuration, log, and run-time files. They may also put files in > places like /etc/init.d, and /etc/cron.d. The point being that this > looks nothing like a traditional Zope instance installation.
How do you see that mapping to win32? There's no '/etc', '/etc/init.d' equivalent would be the current 'zopeservice.py', and '/etc/cron.d' equivalent would be 'scheduled tasks'. I believe '/var/log' could be replaced by logging to the 'nt event log', there are lots of tools to work with that. That still leaves '/etc/' and '/var/run' in the air. I guess they could just be right into the application directory? -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
