41 lines
807 B
Markdown
41 lines
807 B
Markdown
# Foreman
|
|
|
|
Manage Procfile-based applications
|
|
|
|
<table>
|
|
<tr>
|
|
<th>If you have...</th>
|
|
<th>Install with...</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Ruby (MRI, JRuby, Windows)</td>
|
|
<td><pre>$ gem install foreman</pre></td>
|
|
</tr>
|
|
<tr>
|
|
<td>Mac OS X</td>
|
|
<td><a href="http://assets.foreman.io/foreman/foreman.pkg">foreman.pkg</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
## Getting Started
|
|
|
|
* http://blog.daviddollar.org/2011/05/06/introducing-foreman.html
|
|
|
|
## Documentation
|
|
|
|
* [man page](http://ddollar.github.com/foreman)
|
|
* [wiki](http://github.com/ddollar/foreman/wiki)
|
|
* [changelog](https://github.com/ddollar/foreman/blob/master/Changelog.md)
|
|
|
|
## Authors
|
|
|
|
#### Created and maintained by
|
|
David Dollar
|
|
|
|
#### Patches contributed by
|
|
[Contributor List](https://github.com/ddollar/foreman/contributors)
|
|
|
|
## License
|
|
|
|
MIT
|