mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
5ab6ad22df
PR: ports/106001 Submitted by: HAYASHI Yasushi <yasi@yasi.to> (maintainer) Repocopy by: marcus
51 lines
1.6 KiB
Plaintext
51 lines
1.6 KiB
Plaintext
**********************************************************************
|
|
|
|
Zope Successfull installed.
|
|
|
|
To create an instance of Zope please run
|
|
%%ZOPEBASEDIR%%/bin/mkzopeinstance.py -d <INSTANCEDIR>
|
|
|
|
<INSTANCEDIR> is the directory where the instance files should
|
|
be installed. This can be %%ZOPEBASEDIR%%
|
|
|
|
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
|
|
|
|
zope210_enable="YES"
|
|
zope210_instances="<INSTANCEDIR>"
|
|
|
|
Additional zope Instances have to be added to zope210_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 %%ZOPEBASEDIR%%/bin/mkzopeinstance.py <ZEODIR>
|
|
|
|
To start the ZEO Server at System startup add the following lines to
|
|
/etc/rc.conf
|
|
|
|
zeo210_enable="YES"
|
|
zeo210_instances="<ZEODIR>"
|
|
|
|
Additional zeo Instances have to be added to zeo210_instances seperated
|
|
by a space.
|
|
|
|
**********************************************************************
|
|
****** ATTENTION ***** ATTENTION ***** ATTENTION ***** ATTENTION *****
|
|
|
|
The default installation directory for Zope Products has changed from
|
|
%%ZOPEBASEDIR%%/lib/python/Products
|
|
to %%ZOPEBASEDIR%%/Products.
|
|
|
|
You might have to add the following lines to your zope.conf
|
|
products %%ZOPEBASEDIR%%/Products
|
|
products $INSTANCE/Products
|