Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ksoichiro/vagrant-templates
- Owner: ksoichiro
- License: mit
- Created: 2014-04-26T09:21:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T13:36:47.000Z (about 8 years ago)
- Last Synced: 2024-04-15T02:59:10.595Z (9 months ago)
- Topics: vagrant, vagrantfile
- Language: Shell
- Homepage:
- Size: 31.3 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.