Commit cae2719b authored by Łukasz Nowak's avatar Łukasz Nowak

- supervisor, when using collective.recipe.supervisor, is instance ready profile


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32691 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aa517865
[buildout]
parts =
supervisor
[configuration]
supervisor_port = 10000
supervisor_host = 127.0.0.1
[pidproxy]
# this should've been provided by collective.recipe.supervisor itself
recipe = zc.recipe.egg
eggs = supervisor
scripts = pidproxy
[supervisor]
supervisord-conf = ${buildout:etc-directory}/supervisord.conf
depends = ${pidproxy:recipe}
recipe = collective.recipe.supervisor
serverurl = http://${configuration:supervisor_host}:${configuration:supervisor_port}
pp = ${buildout:directory}/eggs/supervisor-3.0a7-py2.5.egg/supervisor/pidproxy.py
......@@ -2,6 +2,7 @@
extends =
../instance-profiles/mysql.cfg
../instance-profiles/oood.cfg
../instance-profiles/supervisor.cfg
../instance-profiles/zope.cfg
../profiles/versions.cfg
../software-profiles/apache.cfg
......
[buildout]
parts =
supervisor
[pidproxy]
# this should've been provided by collective.recipe.supervisor itself
recipe = zc.recipe.egg
eggs = supervisor
scripts = pidproxy
[supervisor]
depends = ${pidproxy:recipe}
recipe = collective.recipe.supervisor
serverurl = http://${configuration:supervisor_host}:${configuration:supervisor_port}
pp = ${buildout:directory}/eggs/supervisor-3.0a7-py2.5.egg/supervisor/pidproxy.py
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