Hi, My Zope is installed in /usr/local/zope Is it possible to tell zope to store the data.fs file on another directory? eg. /home/zope/var ie. Can you run zope from the directory /usr/local/zope and let it use the data.fs file from /home/zope/var and not /usr/local/zope/var If so, how can I do this? Thanks, Tom
At least one option is to use the INSTANCE_HOME setup as described at http://www.zope.org/Members/4am/instancehome I'm using this to run several servers (and thus several different Data.fs files) with one Zope installation. _______________________ Ron Bickers Logic Etc, Inc. rbickers@logicetc.com
-----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tom Deprez Sent: Wednesday, December 06, 2000 1:05 PM To: zope@zope.org Subject: [Zope] Data.fs
Hi,
My Zope is installed in /usr/local/zope
Is it possible to tell zope to store the data.fs file on another directory?
eg. /home/zope/var
ie. Can you run zope from the directory /usr/local/zope and let it use the data.fs file from /home/zope/var and not /usr/local/zope/var
If so, how can I do this?
participants (2)
-
Ron Bickers -
Tom Deprez