Add files from parent branch HEAD:
[pkgsrcv2.git] / www / zope210 / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.1.1.1 2007/12/18 15:35:22 taca Exp $
3
4 Zope Successfull installed.
5
6 To create an instance of Zope please run
7 ${ZOPE_DIR}/bin/mkzopeinstance.py -d <INSTANCEDIR>
8
9 <INSTANCEDIR> is the directory where the instance files should
10 be installed. This can be ${ZOPE_DIR}
11 but not recommended.
12
13 Command-line options to 'mkzopeinstance' are available, and can be
14 investigated by running 'mkzopeinstance.py --help'.
15
16 The Instancefiles created by mkzopeinstance.py will not be remove
17 when the package is deinstalled. You`ll have to delete them yourself.
18
19 If Zope should get started automatically when the system starts,
20 please add the following lines to /etc/rc.conf
21
22 zope${ZOPE_VERSION}${RCVAR_SUFFIX}="YES"
23 zope${ZOPE_VERSION}_instances="<INSTANCEDIR>"
24 zope${ZOPE_VERSION}_encoding="<ENCODING>"
25
26 You can optionally specify default character encoding for python
27 as <ENCODING> (default is utf-8).
28
29 Additional zope Instances have to be added to zope${ZOPE_VERSION}_instances
30 seperated by a space.
31
32 ** ZEO Instances ** (Optional)
33 ** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet
34
35 If you want to run a ZEO server please create a ZEO instancen by
36 calling ${ZOPE_DIR}/bin/mkzopeinstance.py --dir <ZEODIR>
37
38 To start the ZEO Server at System startup add the following lines to
39 /etc/rc.conf
40
41 zeo${ZOPE_VERSION}${RCVAR_SUFFIX}="YES"
42 zeo${ZOPE_VERSION}_instances="<ZEODIR>"
43 zeo${ZOPE_VERSION}_encoding="<ENCODING>"
44
45 Additional zeo Instances have to be added to zeo${ZOPE_VERSION}_instances
46 seperated by a space.
47
48 ===========================================================================