A consul cluster management shell
- install go, version should be 1.6.
curl -O https://storage.googleapis.com/golang/go1.6.linux-amd64.tar.gz
tar xvf go1.6.linux-amd64.tar
sudo mv go /usr/local
- append /usr/local/go/bin to your PATH
export PATH=$PATH:/usr/local/go/bin
- setup the GOPATH to the directory where you are going to checkout the source, assume your home directory is /home/boundary
mkdir git/casdade
export GOPATH=/home/boundary/git/cascade
- checkout the source
go get github.com/boundary/cascade
sudo apt-get update
sudo apt-get install ruby-dev build-essential
sudo gem install fpm
cd /home/boundary/git/cascade/src/github.com/boundary/cascade
make