A Vagrant-based Ubuntu development sandbox.
# For vanilla virtual machines on your laptop, do this.
vagrant up
vagrant ssh
# For Google Compute Engine machines, do this.
vagrant plugin install vagrant-google
cp google.rb-sample google.rb # add appropriate values here
vagrant up --provider=google
vagrant ssh
The configuration of what languages/packages are installed is set in the config.yml
file.