Commit b368c943 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

examples for ZEO server/clients setup.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41454 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 21c3e474
# This file is an example that shows how to setup a ZEO server and
# several ZEO clients.
[buildout]
# adapt https://svn.erp5.org/repos/public/experimental/erp5.buildout/
# creates ZEO cluster with multiple Zopes and ZEOs (directory structure and basic configuration)
extends = zope-2.12.cfg
parts =
zeo-server
zeo-client-1
zeo-client-2
[zeo-server]
recipe = plone.recipe.zeoserver
zeo-address = 8100
eggs =
${eggs:eggs}
[zeo-client-template]
<= zope-instance-template
zeo-client = on
zeo-address = ${zeo_server:zeo-address}
[zeo-client-front1]
<= zeo-client-template
http-address = 9800
[zeo-client-front2]
<= zeo-client-template
http-address = 9801
# adapt https://svn.erp5.org/repos/public/experimental/erp5.buildout
[buildout]
parts = zope-instance
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment