Tobias Herp wrote at 2004-1-29 17:08 +0100:
After reading http://www.zope.org/Members/4am/instancehome, I just transformed my standard Zope 2.6.2 installation (on RedHat 7) into a INSTANCE_HOME version, like this (view in fixed width font): ... here? | +-shared_products --> /home/zope/shared_products ... This works fine, with one exception: I didn't manage yet to get Zope recognise the products in the shared_products folder.
There is an environment variable that allows you to specify additional folders containing Products. It is a bit difficult to use. If you are lucky, you find it documented in "doc/environment.txt" (or similar); if not, look at "App/FindHomes.py"; there the product detection magic is set up. With Zope 2.7, it will become very easy... -- Dieter