Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adamcooke/procodile

🐊 Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)
https://github.com/adamcooke/procodile

heroku process-manager ruby

Last synced: about 15 hours ago
JSON representation

🐊 Run processes in the background (and foreground) on Mac & Linux from a Procfile (for production and/or development environments)

Awesome Lists containing this project

README

        

# Procodile 🐊

Running & deploying Ruby apps to places like [Viaduct](https://viaduct.io) & Heroku is really easy but running processes on actual servers is less fun. Procodile aims to take some the stress out of running your Ruby/Rails apps and give you some of the useful process management features you get from the takes of the PaaS providers.

Procodile is a bit like [Foreman](https://github.com/ddollar/foreman) but things are designed to run in the background (as well as the foreground if you prefer) and there's a supervisor which keeps an eye on your processes and will respawn them if they die.

Procodile works out of the box with your existing `Procfile`.

* [Watch a quick screencast](https://vimeo.com/188041935)
* [Read documentation](https://github.com/adamcooke/procodile/wiki)
* [View on RubyGems](https://rubygems.org/gems/procodile)
* [Check the CHANGELOG](https://github.com/adamcooke/procodile/blob/master/CHANGELOG.md)

![Screenshot](https://share.adam.ac/16/cAZRKUM7.png)