Installing gox while setting up the VM

This commit is contained in:
Diptanu Choudhury
2016-02-06 18:15:16 -08:00
parent e039d1dd23
commit 8ccb96b158

2
Vagrantfile vendored
View File

@@ -62,6 +62,8 @@ sudo usermod -aG docker vagrant
# Setup Nomad for development
cd /opt/gopath/src/github.com/hashicorp/nomad && make updatedeps
# Install gox
go get github.com/mitchellh/gox
# CD into the nomad working directory when we login to the VM
grep "cd /opt/gopath/src/github.com/hashicorp/nomad" ~/.profile || echo "cd /opt/gopath/src/github.com/hashicorp/nomad" >> ~/.profile