summaryrefslogtreecommitdiff
path: root/www/zope3/MESSAGE
blob: c7d797ad298a3231fbe4a73bc9a17d91378caf8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========================================================================
$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

===========================================================================