Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/adamcooke/procodile
- Owner: adamcooke
- License: mit
- Created: 2016-10-15T21:15:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T09:49:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T20:05:29.629Z (8 days ago)
- Topics: heroku, process-manager, ruby
- Language: Ruby
- Homepage: https://procodile.opnsrc.io
- Size: 182 KB
- Stars: 615
- Watchers: 10
- Forks: 27
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ruby - Procodile - Run processes in the background (and foreground) on Mac & Linux from a Procfile. (Process Management and Monitoring)
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)