pkgsrc-wip/zope3-unstable/MESSAGE
Yoshito Komatsu 05a6e97ad2 Use "zope3" user to run zope3 and zss3 instead of "root" user
when ZOPE3_USER is not set in /etc/rc.conf.
2006-04-28 12:27:11 +00:00

27 lines
921 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.7 2006/04/28 12:27:11 ykomatsu 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
===========================================================================