Sébastien Georget wrote at 2004-3-25 20:36 +0100:
I'm trying to create a ZOPE cdrom (not a bootable one) to run demo under windows or linux. I found the following doc http://www.zope.org/Members/jens/docs/zope_on_cdrom but it reffers to old versions. Everything relative to the ZODB still works but I have a problem with zope.conf.
The INSTANCE and ZOPE variable are hard coded and I didn't found a way to dynamically change them, nothing on the command-line nor in the environment variable. Did I miss something ?
I posted ZConfig extensions to "zope-dev@zope.org" that allows configuration files to reference the "environment". It is not sure that these extension will ever land in the official ZConfig code. Usually, ZC is very reluctant to include enhancements... -- Dieter