Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
/ forego Public archive
forked from ddollar/forego

ARCHIVED, Used for building legacy ddev-nginx-proxy-router, do not delete

Notifications You must be signed in to change notification settings

ddev/forego

 
 

Repository files navigation

ARCHIVED: USED ONLY TO BUILD DDEV's Legacy ddev-nginx-proxy-router.

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

Use forego help to get a list of available commands, and forego help <command> for more detailed help on a specific command.

License

Apache 2.0 © 2015 David Dollar

About

ARCHIVED, Used for building legacy ddev-nginx-proxy-router, do not delete

Resources

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 92.0%
  • Ruby 3.2%
  • Shell 3.0%
  • Makefile 1.1%
  • Procfile 0.7%