Create CoreOS cluster (hosted on a cloud provider; digitalocean for now) and initialize as a docker swarm.
Create and manage CoreOS cluster (hosted on a cloud provider) and initialize a docker swarm.
To create docker host nodes, docker-machine is used.
Right now, only supported cloud provider is DigitalOcean
Install a Go distribution (v1.8 or newer) and ensure GOPATH is set,
see Go Getting Started
Install a editor or IDE that supports go and debugging, e.g. VS Code
brew install go dep
go get github.com/davidjenni/coreup
cd $GOPATH/src/github.com/davidjenni/coreup
dep ensure
make
Tool support (macOS):
brew install dep
brew install go-delve/delve/delve
make get-tools