You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go get -d github.com/cloudfoundry/gorouter
$ cd $GOPATH/src/github.com/cloudfoundry/gorouter
$ go get -v github.com/tools/godep
$ godep restore ./...
$ CGO_ENABLED=0 go build -a -installsuffix cgo -tags netgo
$ go installsuffix
$ cd $GOPATH/bin
How to statically build golang applications
$ CGO_ENABLED=0 go build -a -installsuffix cgo -tags netgo
How to install docker
$ sudo apt-get update
$ curl -sSL https://get.docker.com/ | sh