grails-sandbox-vagrant

Vagrant VM configuration for running Grails in a VM

Stars
7
Committers
1

grails-sandbox-vagrant

Vagrant VM configuration for running Grails in a VM. I use a VM for running test apps from Grails Jira issues in a sandbox.

Requirements:

To install required vagrant plugins:

vagrant plugin install vagrant-vbguest
vagrant plugin install vagrant-cachier

First usage:

vagrant up
# wait until all installations have completed and the VM has rebooted
./update_guest_additions.sh
vagrant halt
vagrant up