Skip to content

ntblack/forego

 
 

Repository files navigation

forego

Foreman in Go.

Installation

OS X (Homebrew)
brew install forego
Precompiled Binaries
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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.9%
  • Ruby 3.9%
  • Makefile 1.3%
  • Shell 0.9%