RailsCasts Pro episodes are now free!

Learn more or hide this

Allen Wyma's Profile

GitHub User: HangingClowns

Site: www.allenwyma.com

Comments by Allen Wyma

Avatar

I usually write a puppet file, then I can use capistrano to pull in the puppet file, install RVM, then ruby, then the puppet gem, then run the puppet config, then I run another cap command to actually deploy the app.

Puppet is nice because it's system agnostic in case you decide to change the distribution of linux.

Avatar

Why not just use Capistrano for deployment, and use a before stop hook and first stop monit, then after start, start monit?