Sha256: 93a73d1291579704f7e577fa2dcbb0545d4d743305ddf51244611ec510aa00ec

Contents?: true

Size: 867 Bytes

Versions: 2

Compression:

Stored size: 867 Bytes

Contents

h1. mongrel_cluster:centos

 "home":../index.html > "recipes":index.html >  "mongrel_cluster":mongrel_cluster.html  >  centos  


h2. Tasks

* "mongrel_cluster:centos:setup":#mongrel_cluster:centos:setup 


h2. Task documentation

h3(#mongrel_cluster:centos:setup). mongrel_cluster:centos:setup

Create mongrel cluster.

*mongrel_size*: Number of mongrels.

@set :mongrel_size, 3@

*mongrel_port*: Starting port for mongrels. If there are 3 mongrels with port 9000, 
then instances will be at 9000, 9001, and 9002
  
@set :mongrel_port, 9000@
  
*mongrel_config_dir*: Directory for mongrel config. _Defaults to "[shared_path]/config/mongrel"_
*mongrel_pid_dir*: Directory for mongrel pids. _Defaults to "[shared_path]/pids"
*mongrel_config_script*: Config script to load with mongrel. _Defaults to nil_
  
@set :mongrel_config_script, "config/mongrel_handler.rb"@



Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
capitate-0.2.2 docs/recipes/mongrel_cluster-centos.txt
capitate-0.2.3 docs/recipes/mongrel_cluster-centos.txt