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://bitly.com/drmyersii-vagrantfile -O Vagrantfile
Now, you can uncomment the packages you need and launch Vagrant:
# launch vagrant
vagrant up
That'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 up
Project inspired by Vaprobash