mongrel_cluster capistrano recipe


/ Published in: Rails
Save to your folder(s)

I normally paste this into config/mongrel.rb, then add "require 'mongrel'" in my config/deploy.rb

Once that's done, you'll be able to start, stop, and restart your mongrels like so:
`cap deploy:mongrel:start/stop/restart`

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.