I’m trying to deploy an EventMachine application with Capistrano. Deploying the code looks fairly easily it’s how to handle the running process I’m struggling with. I want Capistrano to restart the process if it’s already running, otherwise start the process.
I’m trying to deploy an EventMachine application with Capistrano. Deploying the code looks fairly
Share
I came across a gem called daemon-kit which easily turns a program into a daemon and handles the starting/stopping. It even has recipes for Capistrano!