README in mongrel_cluster-0.2.0 vs README in mongrel_cluster-0.2.1

- old
+ new

@@ -12,11 +12,11 @@ mongrel_rails cluster::restart Stop cluster: mongrel_rails cluster::stop -*Capistrano Recipe* +Capistrano Recipe Add to config/deploy.rb: require 'mongrel_cluster/recipes' Example usage: @@ -37,10 +37,10 @@ stop_mongrel_cluster: Stop the Mongrel processes on the app server. restart_mongrel_cluster: Restart the Mongrel processes on the app server by starting and stopping mongrel_cluster. restart: Calls restart_mongrel_cluster to allow Mongrel to be used with the standard Capistrano deploy task. spinner: Calls start_mongrel_cluster to allow Mongrel to be used with the standard Capistrano cold_deploy task. -* Supporting starting clusters on boot. * +Supporting starting clusters on boot. 1. Create mongrel_cluster conf directory (/etc/mongrel_cluster). 2. Assign ownership to your capistrano user. 3. Copy the init.d script from this gem's resouces directory /etc/init.d. 4. chmod +x /etc/init.d/mongrel_cluster 5. Add to init.d startup. On RHEL/CentOS use: /sbin/chkconfig --level 345 mongrel_cluster on