- Go
- Heroku Toolbelt installed.
- Install
govendor
:
go get -u github.com/kardianos/govendor
- Pull dependencies into
vendor/
directory:
$GOPATH/bin/govendor sync
- Run the app:
- using heroku CLI:
heroku local dev
- or, alternatively:
go run dojohub.go -host 127.0.0.1
Note: See -help
for more usage options.
heroku create
git push heroku master
heroku open
or