Vagrantfile and provisioning scripts templates.
Vagrantfile and provisioning scripts templates.
Scripts in this project are tested on the following environment.
If you want to try, checkout and execute following commands.
cd TEMPLATE_NAME
vagrant up
If you want to stop vagrant image created by vagrant up
:
vagrant halt
If you want to destroy vagrant image created by vagrant up
:
vagrant destroy
Copyright © 2014 Soichiro Kashima.
Licensed under MIT License.
See the bundled LICENSE file for details.