inconshreveable / forego

Foreman in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

forego

Foreman in Go.

Installation

Downloads

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

About

Foreman in Go


Languages

Language:Go 92.8%Language:Ruby 3.7%Language:Makefile 2.7%Language:Shell 0.9%