pkg://zope29-2.9.8nb1.tgz:11885498/+DISPLAY
downloads
===========================================================================
$NetBSD: MESSAGE,v 1.2 2007/12/18 15:31:11 taca Exp $
Zope Successfull installed.
To create an instance of Zope please run
/usr/pkg/zope/zope29/bin/mkzopeinstance.py -d <INSTANCEDIR>
<INSTANCEDIR> is the directory where the instance files should
be installed. This can be /usr/pkg/zope/zope29
but not recommended.
Command-line options to 'mkzopeinstance' are available, and can be
investigated by running 'mkzopeinstance.py --help'.
The Instancefiles created by mkzopeinstance.py will not be remove
when the package is deinstalled. You`ll have to delete them yourself.
If Zope should get started automatically when the system starts,
please add the following lines to /etc/rc.conf:
zope29="YES"
zope29_instances="<INSTANCEDIR>"
zope29_encoding="<ENCODING>"
You can optionally specify default character encoding for python
as <ENCODING> (default is utf-8).
Additional zope Instances have to be added to zope29_instances
seperated by a space.
** ZEO Instances ** (Optional)
** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet
If you want to run a ZEO server please create a ZEO instancen by
calling /usr/pkg/zope/zope29/bin/mkzopeinstance.py <ZEODIR>
To start the ZEO Server at System startup add the following lines to
/etc/rc.conf
zeo29="YES"
zeo29_instances="<ZEODIR>"
zeo29_encoding="<ENCODING>"
Additional zeo Instances have to be added to zeo29_instances
seperated by a space.
===========================================================================