Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jwilder/forego

Foreman in Go
https://github.com/jwilder/forego

Last synced: 2 days ago
JSON representation

Foreman in Go

Awesome Lists containing this project

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