pkgsrc/www/zope3/MESSAGE
wiz c6cb2454f5 Update to 3.2.1, provided by the maintainer in PR 33388.
Zope 3.2.1

  Bug fixes

    - Fixed issue 573: @form.action(failure='name_of_method') didn't work.

    - Fixed issue 568: Typo in basicskin css file.

    - Fixed issue 560: Bug in default AddView class.

    - Fixed issue 546: non-ASCII docstring cause
      System Error in RootErrorReportingUtility.

    - Fixed issue 544: VocabularyRegistryError missing import.

    - Fixed issue 536: ErrorLogUtility has UnboundLocalError.

    - zope.app.testing.functional.defineLayer

      + Use the method param instead of an hardcoded value for the
      zcml filename
2006-05-06 22:38:27 +00:00

27 lines
916 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.3 2006/05/06 22:38:27 wiz Exp $
To run Zope, you need to make a new Zope instance home.
1) If you want to run standalone Zope or ZEO client,
please run following commands:
${PREFIX}/bin/mkzopeinstance --dir=${VARBASE}/zope3
chown -R ${ZOPE3_USER}:${ZOPE3_GROUP} ${VARBASE}/zope3
Additionally, you need to edit ${VARBASE}/zope3/etc/zope.conf
if you want to run ZEO client.
2) If you want to run ZEO storage server,
please run following commands:
${PREFIX}/bin/mkzeoinstance ${VARBASE}/zss3
chown -R ${ZOPE3_USER}:${ZOPE3_GROUP} ${VARBASE}/zss3
If you want to run Zope with following protocols, you need to
install corresponding packages.
HTTPS: security/py-OpsnSSL
SFTP: security/py-amkCrypto
===========================================================================