ZC Buildout recipe for installing a Zope 2 zeo server
Project description
This recipe creates and configures a Zope 2 ZEO server in parts. It also installs a control script, which is like zeoctl, in the bin/ directory. The name of the control script is the the name of the part in buildout.
You can use it with a part like this:
[zeoserver] recipe = plone.recipe.zope2zeoserver zope2-location = /path/to/zope2/install zeo-address = 8100
The available options are:
- zope2-location
The path where Zope 2 is installed. If you are also using the plone.recipe.zope2install recipe, and you have that configured as a part called ‘zope2’ prior to the zope2instance part, you can use ${zope2:location} for this parameter.
- zeopack
The path to the zeopack.py backup script. A wrapper for this will be generated in bin/zeopack, which sets up the appropriate environment to run this. Defaults to “${zope2-location}/utilities/ZODBTools/zeopack.py”. Set this option to an empty value if you do not want this script to be generated.
- zeo-conf
A relative or absolute path to a zeo.conf file. If this is not given, a zope.conf will be generated based on the the options below.
The following options all affect the generated zope.conf.
- zeo-address
Give a port for the ZEO server. Defaults to 8100.
- effective-user
The name of the effective user for the ZEO process. Defaults to not setting an effective user.
- zeo-log
The filename of the ZEO log file. Defaults to var/log/${partname}.log
- file-storage
The filename where the ZODB data file will be stored. Defaults to var/filestorage/Data.fs.
- zope-conf-additional
Give additional lines to zope.conf. Make sure you indent any lines aftter the one with the parameter.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for plone.recipe.zope2zeoserver-0.5.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46a6eed5d5c578247c4421fcc4441220f7cca68fa831c4ae45205502cddcae44 |
|
MD5 | e5b848097ebb979146fe7d6403ed4018 |
|
BLAKE2b-256 | 4bb7aff29f18380114e237696f6b75f46f8542c014bd7efc93090d5aeaab757d |
Hashes for plone.recipe.zope2zeoserver-0.5-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a8f201bc577a8776e44537e3e89a90b9a12d2a8c5c4a3151a853eb367876439 |
|
MD5 | 6c02ccdb6ee11ed9b92154ebeffb8bbd |
|
BLAKE2b-256 | c7d3502018088e2db1e9cd6271b7c3734429125058326d07e7d791848a48fa73 |