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
Vagrantfile
andvagrant-bootstrap.sh
to your project folder - Edit the files for your needs/preferences (optional)
- Run
vagrant up
- When done, login with username
vagrant
and passwordvagrant
- The
GOPATH
environment variable is configured to~/gopath
(or/home/vagrant/gopath
)
This repo is inspired by rails-dev-box.