merb:centos
home > recipes > merb > centos
Tasks
Task documentation
merb:centos:setup
Setup merb.
Parameters
- merb_nodes
- Number of merb daemons to run
- merb_port
- Starting port for merb nodes. If there are 3 merb nodes with port 9000, then instances will be at 9000, 9001, and 9002
- merb_command_path
- The path for merb startup command
- Defaults to
"merb" - merb_pid_path
- Path for merb pids
- Defaults to
#{shared_path}/pids/merb.pid - merb_root
- Directory for merb root
- Defaults to
:current_path(cap setting) - merb_application
- Merb application name
- Defaults to
merb_#{application} - merb_initscript_name
- Initscript name
- Defaults to
merb_#{application}
ducktyper.com, 14th May 2008
Theme extended from Paul Battley