Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddollar/forego
Foreman in Go
https://github.com/ddollar/forego
Last synced: 25 days ago
JSON representation
Foreman in Go
- Host: GitHub
- URL: https://github.com/ddollar/forego
- Owner: ddollar
- Created: 2013-08-21T17:56:00.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-05-27T22:55:28.000Z (over 1 year ago)
- Last Synced: 2024-10-01T11:23:22.998Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 199 KB
- Stars: 1,426
- Watchers: 26
- Forks: 176
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ddollar/forego - Foreman in Go (others)
README
## forego
[Foreman](https://github.com/ddollar/foreman) in Go.
### Installation
[Downloads](https://dl.equinox.io/ddollar/forego/stable)
##### Compile from Source
$ go get -u github.com/ddollar/forego
### Usage
$ cat Procfile
web: bin/web start -p $PORT
worker: bin/worker queue=FOO$ forego start
web | listening on port 5000
worker | listening to queue FOOUse `forego help` to get a list of available commands, and `forego help
` for more detailed help on a specific command.### License
Apache 2.0 © 2015 David Dollar