Commit 7024dde5 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Update README

With a sample configuration for supervisor.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2188 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent bdacd486
......@@ -97,3 +97,27 @@ How to use
"name" and "master_nodes" parameters have the same meaning as in
configuration file.
Deployment:
NEO has no built-in deployment features such as process daemonization. We use
supervisor with configuration like below:
[group:neo]
programs=master_01,storage_01,admin
[program:master_01]
priority=1
command=neomaster -c neo -s master_01 -f /neo/neo.conf
user=neo
[program:storage_01]
priority=2
command=neostorage -c neo -s storage_01 -f /neo/neo.conf
user=neo
[program:admin]
priority=3
command=neoadmin -c neo -s admin -f /neo/neo.conf
user=neo
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