Vagrant box for Go development.
A simple Vagrant box for Golang development. The idea is having a simple machine that you can use with vanilla Vagrant. It doesn't depend on Chef, Puppet or any other external plugin.
- Make sure you have the latests version of VirtualBox and Vagrant
- Download
Vagrantfileandvagrant-bootstrap.shto your project folder - Edit the files for your needs/preferences (optional)
- Run
vagrant up - When done, login with username
vagrantand passwordvagrant - The
GOPATHenvironment variable is configured to~/gopath(or/home/vagrant/gopath)
This repo is inspired by rails-dev-box.