February 25, 2012
Using foreman and supervisord for process monitoring
note: this post was updated on 05.03.2012 to reflect changes made to supervisord support.
When I’m developing a Ruby on Rails application I like having my external services configured inside my SCM. This eases the burden of documenting what must be executed in order to have a fully running application. It also helps deploying the application to the production- or staging environment since foreman supports exporting to process monitoring tools like upstart.
Read more