summaryrefslogtreecommitdiff
path: root/www/zope3/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'www/zope3/MESSAGE')
-rw-r--r--www/zope3/MESSAGE27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/zope3/MESSAGE b/www/zope3/MESSAGE
deleted file mode 100644
index a0897dbcbec..00000000000
--- a/www/zope3/MESSAGE
+++ /dev/null
@@ -1,27 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.4 2008/09/02 23:13:43 epg 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-OpenSSL
- SFTP: security/py-amkCrypto
-
-===========================================================================