Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kristianperkins/vagrant-dev
a dev vagrant vm for random developer needs
https://github.com/kristianperkins/vagrant-dev
Last synced: 9 days ago
JSON representation
a dev vagrant vm for random developer needs
- Host: GitHub
- URL: https://github.com/kristianperkins/vagrant-dev
- Owner: kristianperkins
- License: apache-2.0
- Created: 2015-03-23T07:21:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T21:42:43.000Z (over 9 years ago)
- Last Synced: 2023-03-25T12:21:55.564Z (over 1 year ago)
- Language: Puppet
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-dev
a dev vagrant vm for random developer needs## Install
Install vagrant and VirtualBox and then:
Add the Ubuntu Trusty Tahr box:
$ vagrant box add ubuntu/trusty64
Install the cachier plugin if you want resource caching:
$ vagrant plugin install vagrant-cachier
and just:
$ vagrant up