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.
- 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.
- 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.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4d7ce605ea369d91d0608f875a3abb4aebf69bfac06142ecebd1ef6aeb275a2 |
|
MD5 | edcc48ffbbdeb474ab8720f099f72842 |
|
BLAKE2b-256 | 6b0485469537b6c1e4bb50ee5c04ce3833f91125ea26c9138daf4e3a36ce291a |
Hashes for plone.recipe.zope2zeoserver-0.2-py2.4.egg
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae89ced6e0f7f63e024ead128c68b64f7e0e3bbe2ed819382aa7a41e1d449d30 |
|
MD5 | 38fea9774ac6ef11c713aab61c6d1f2c |
|
BLAKE2b-256 | 012a65bb455934546f5e86be3ea0323be509889c80aef4090ecd0b041ea87e26 |