Create a Zope Instance

From SoL 25 Wiki

Jump to: navigation, search

SoL 25 does not have any Zope instances pre-installed. To create an instance, run:

cd /server/Zope/bin/
./mkzopeinstance.py -d /var/zope/instance1 -u USERNAME:PASSWORD
echo "effective-user zope" >> /var/zope/instance1/etc/zope.conf
chown -R zope:zope /var/zope/instance1 

Replace USERNAME:PASSWORD with a username and password chosen by you.

To start the newly created Zope instance, run:

/var/zope/instance1/bin/runzope &
Views
Personal tools