Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ksoichiro/vagrant-templates

Vagrantfile and provisioning scripts templates.
https://github.com/ksoichiro/vagrant-templates

vagrant vagrantfile

Last synced: about 2 months ago
JSON representation

Vagrantfile and provisioning scripts templates.

Awesome Lists containing this project

README

        

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.

```sh
cd TEMPLATE_NAME
vagrant up
```

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

```sh
vagrant halt
```

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

```sh
vagrant destroy
```

## License

Copyright © 2014 Soichiro Kashima.

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