Reusable Bash provisioning scripts for Vagrant (or Ubuntu 14.04) environments.
To get started, all you need to do is pull down a copy of this project's Vagrantfile:
# wget
wget https://drm2.co/Vagrantfile # this url redirects to the raw VagrantfileNow, you can uncomment the packages you need and launch Vagrant:
# launch vagrant
vagrant upThat's it! Enjoy!
How to quickly set up a LEMP stack
To develop/test scripts locally, you simply need to fork the repo and change the last command when launching Vagrant:
# launch vagrant in DEV mode
ENV=DEV vagrant upProject inspired by Vaprobash
