4a737edd51
Zope 2.11.1 (2008/07/17) Bugs Fixed - Suppressed DeprecationWarning during import of ZPublisher.Iterators: that module needs to use Z2-style interfaces in 2.11, for BBB, but the Interface module itself issues the warning on import. - Launchpad #246748: added 'immediate' option to sendXXX() methods for sending a mail immediately by-passing the zope.sendmail delivery mechanism - Launchpad #246290: fixed backward compatibility issue - zope.testing : updated to 3.5.3 - Launchpad #245649: the Products package is now a proper "namespace package" under the rules specified by setuptools. - zope.viewlets: updated to 3.4.2 - zope.sendmail: updated to 3.5.0 (fixing Launchpad #230831) - Launchpad #239636: Ensure that HEAD requests lock an empty body for NotFound errors. - fixed outdated transaction.commit(1) call in ZODBMountPoint.SimpleTrailblazer
47 lines
1.6 KiB
Text
47 lines
1.6 KiB
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.2 2008/07/20 02:14:23 taca Exp $
|
|
|
|
Zope Successfull installed.
|
|
|
|
To create an instance of Zope please run
|
|
${ZOPE_DIR}/bin/mkzopeinstance.py -d <INSTANCEDIR>
|
|
|
|
<INSTANCEDIR> is the directory where the instance files should
|
|
be installed. This can be ${ZOPE_DIR}
|
|
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
|
|
|
|
zope${ZOPE_VERSION}${RCVAR_SUFFIX}="YES"
|
|
zope${ZOPE_VERSION}_instances="<INSTANCEDIR>"
|
|
zope${ZOPE_VERSION}_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 zope${ZOPE_VERSION}_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 ${ZOPE_DIR}/bin/mkzopeinstance.py --dir <ZEODIR>
|
|
|
|
To start the ZEO Server at System startup add the following lines to
|
|
/etc/rc.conf
|
|
|
|
zeo${ZOPE_VERSION}${RCVAR_SUFFIX}="YES"
|
|
zeo${ZOPE_VERSION}_instances="<ZEODIR>"
|
|
zeo${ZOPE_VERSION}_encoding="<ENCODING>"
|
|
|
|
Additional zeo Instances have to be added to zeo${ZOPE_VERSION}_instances
|
|
seperated by a space.
|
|
===========================================================================
|