brunow / procodile

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

Home Page:https://adam.ac/procodile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Procodile 🐊

Running & deploying Ruby apps to places like Viaduct & 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 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.

Screenshot

About

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

https://adam.ac/procodile

License:MIT License


Languages

Language:Ruby 100.0%