mirror of
https://github.com/wahyd4/forego.git
synced 2026-08-09 05:07:05 +10:00
41f53d6dac3511963a2aaac6a95d4e57dbdca381
forego
Foreman in Go.
Installation
OSX Homebrew
brew install forego
Precompiled Binaries
Download from gobuild.io
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
Languages
Go
91.9%
Ruby
3.3%
Shell
3%
Makefile
1.1%
Procfile
0.7%