summaryrefslogtreecommitdiff
path: root/www/zope3/MESSAGE
blob: 86001ade57cd11d5c9b44896b15a9f0588b16656 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
===========================================================================
$NetBSD: MESSAGE,v 1.2 2006/01/07 13:13:28 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 the following command:

    ${PREFIX}/bin/mkzopeinstance --dir=${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 the following command:

    ${PREFIX}/bin/mkzeoinstance ${VARBASE}/zss3

If you want to run Zope under the ${ZOPE3_USER} user account,
you need to change the owner and group of Zope instance home
and edit /etc/rc.conf.

  1) If you want to run standalone Zope or ZEO client,
     please run the following commands:

    chown -R ${ZOPE3_USER}:${ZOPE3_GROUP} ${VARBASE}/zope3
    echo 'zope3_user="${ZOPE3_USER}"' >> /etc/rc.conf

  2) If you want to run ZEO storage server,
     please run the following commands:

    chown -R ${ZOPE3_USER}:${ZOPE3_GROUP} ${VARBASE}/zss3
    echo 'zss3_user="${ZOPE3_USER}"' >> /etc/rc.conf

If you want to run Zope with following protocols, you need to
install corresponding packages.

  HTTPS: security/py-OpsnSSL
  SFTP: security/py-amkCrypto

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