- Download and install VirtualBox 4.3.12
- Download and install Vagrant 1.6.4
Note: If you're using a Windows Host, you'll also want to install Git for Windows.
Fork this repository on Github.
Clone this fork of the golang-vagrant
respository to a directory on your host machine:
host $ git clone https://github.com/<your-github-username-here>/golang-vagrant.git
host $ cd xtuple-dashboard
Start the virtual machine:
host $ vagrant up
Connect to the virtual machine via ssh:
host $ vagrant ssh
Try it out!
guest $ cd dev
guest $ go run pi.go