项目作者: ksoichiro

项目描述 :
Vagrantfile and provisioning scripts templates.
高级语言: Shell
项目地址: git://github.com/ksoichiro/vagrant-templates.git
创建时间: 2014-04-26T09:21:22Z
项目社区:https://github.com/ksoichiro/vagrant-templates

开源协议:MIT License

下载


vagrant-templates

Vagrantfile and provisioning scripts templates.

Requirements

Scripts in this project are tested on the following environment.

  • VirtualBox(4.3.10)
  • Vagrant (1.8.5)

Usage

If you want to try, checkout and execute following commands.

  1. cd TEMPLATE_NAME
  2. vagrant up

If you want to stop vagrant image created by vagrant up:

  1. vagrant halt

If you want to destroy vagrant image created by vagrant up:

  1. vagrant destroy

License

Copyright © 2014 Soichiro Kashima.

Licensed under MIT License.
See the bundled LICENSE file for details.