NOTE: Assumes you have docker-machine up and running! See configuration section below if you are unsure.
- Clone geonosis into
/path/to/go/workspace/github.com/behanceops/genosis
withgit clone https://github.com/behanceops/geonosis /path/to/go/workspace/github.com/behanceops/genosis
- Install godeps with
go get github.com/tools/godep
- cd to
/path/to/go/workspace/github.com/behanceops/genosis/Godeps
and rungodep restore
to get all dependencies described inGodeps.json
- cd to
/path/to/go/workspace/github.com/behanceops/genosis
and rungo run main.go
, then gotohttp://localhost:1323/
in your browser.
One click app deploy
cd geonosis
godep go run geonosis/main.go
Currently, geonosis will use the same environment variables as docker-machine
Env var | example value |
---|---|
DOCKER_HOST | tcp://192.168.99.100:2376 |
DOCKER_CERT_PATH | /Users/you/.docker/machine/machines/dev |