summaryrefslogtreecommitdiff
path: root/www/zope213/files/package-pkg-message.in
blob: 6cc909cf6e742bb80c30c94cefc07f09ce261032 (plain) (blame)
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
**********************************************************************

Zope Successfull installed.

To create an instance of Zope please run 
%%ZOPEBASEDIR%%/bin/mkzopeinstance.py -d <INSTANCEDIR>

<INSTANCEDIR> is the directory where the instance files should 
              be installed. This can be %%ZOPEBASEDIR%%

Command-line options to 'mkzopeinstance' are available, and can be 
investigated by running 'mkzopeinstance.py --help'.

The Instancefiles created by mkzopeinstance.py will not be remove 
when the package is deinstalled. You`ll have to delete them yourself. 

If Zope should get started automatically when the system starts, 
please add the following lines to /etc/rc.conf

zope211_enable="YES"
zope211_instances="<INSTANCEDIR>" 

Additional zope Instances have to be added to zope211_instances 
seperated by a space. 

** ZEO Instances ** (Optional) 
** Please refere to http://zope.org/Products/ZEO/ZEOFactSheet  

If you want to run a ZEO server please create a ZEO instancen by 
calling %%ZOPEBASEDIR%%/bin/mkzeoinstance.py <ZEODIR>

To start the ZEO Server at System startup add the following lines to 
/etc/rc.conf

zeo211_enable="YES"
zeo211_instances="<ZEODIR>"

Additional zeo Instances have to be added to zeo211_instances seperated 
by a space.