Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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