Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwilder/forego
Foreman in Go
https://github.com/jwilder/forego
Last synced: 2 days ago
JSON representation
Foreman in Go
- Host: GitHub
- URL: https://github.com/jwilder/forego
- Owner: jwilder
- Fork: true (ddollar/forego)
- Created: 2014-05-07T17:06:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T22:44:08.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:23:33.758Z (3 months ago)
- Language: Go
- Homepage:
- Size: 176 KB
- Stars: 22
- Watchers: 3
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - jwilder/forego - Foreman in Go (others)
README
## forego
Foreman in Go.
### Installation
##### OS X (Homebrew)
brew install forego
##### Precompiled Binaries
* [Linux](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/linux-amd64/forego)
* [OSX](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/darwin-amd64/forego)
* [Windows](https://godist.herokuapp.com/projects/ddollar/forego/releases/current/windows-amd64/forego.exe)##### 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 FOO### License
Apache 2.0 © 2015 David Dollar