Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddollar/foreman
Manage Procfile-based applications
https://github.com/ddollar/foreman
Last synced: 14 days ago
JSON representation
Manage Procfile-based applications
- Host: GitHub
- URL: https://github.com/ddollar/foreman
- Owner: ddollar
- License: mit
- Created: 2010-05-18T00:53:45.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-08-06T22:37:50.000Z (3 months ago)
- Last Synced: 2024-10-25T01:42:59.401Z (18 days ago)
- Language: Ruby
- Homepage: http://ddollar.github.com/foreman
- Size: 1.17 MB
- Stars: 6,036
- Watchers: 93
- Forks: 634
- Open Issues: 70
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ruby-toolbox - foreman - Process manager for applications with multiple components (Background Processing / Daemon Management)
- awesome-ruby - Foreman - Manage Procfile-based applications. (Process Management and Monitoring)
- awesome-ruby-cli-apps - foreman - Manages Procfile-based applications. (Awesome Ruby CLIs / DevOps)
README
# Foreman
[![CI](https://github.com/ddollar/foreman/actions/workflows/ci.yml/badge.svg)](https://github.com/ddollar/foreman/actions/workflows/ci.yml)
Manage Procfile-based applications
## Installation
$ gem install foreman
Ruby users should take care _not_ to install foreman in their project's `Gemfile`. See this [wiki article](https://github.com/ddollar/foreman/wiki/Don't-Bundle-Foreman) for more details.
## Getting Started
- http://blog.daviddollar.org/2011/05/06/introducing-foreman.html
## Supported Ruby versions
See [ci.yml](.github/workflows/ci.yml) for a list of Ruby versions against which Foreman is tested.
## Documentation
- [man page](http://ddollar.github.io/foreman/)
- [wiki](https://github.com/ddollar/foreman/wiki)
- [changelog](https://github.com/ddollar/foreman/blob/main/Changelog.md)## Ports
- [forego](https://github.com/ddollar/forego) - Go
- [node-foreman](https://github.com/strongloop/node-foreman) - Node.js
- [gaffer](https://github.com/jingweno/gaffer) - Java/JVM
- [goreman](https://github.com/mattn/goreman) - Go
- [honcho](https://github.com/nickstenning/honcho) - python
- [proclet](https://github.com/kazeburo/Proclet) - Perl
- [shoreman](https://github.com/chrismytton/shoreman) - shell
- [crank](https://github.com/arktisklada/crank) - Crystal
- [houseman](https://github.com/fujimura/houseman) - Haskell
- [spm](https://github.com/bytegust/spm) - Go## Authors
#### Created and maintained by
David Dollar
#### Patches contributed by
[Contributor List](https://github.com/ddollar/foreman/contributors)
## License
Foreman is licensed under the MIT license.
See LICENSE for the full license text.