/vagrant-env

Primary LanguageShellMIT LicenseMIT

vagrant-env-basher

Reusable Bash provisioning scripts for Vagrant environments.

usage

Uncomment the packages you need and launch Vagrant:

# launch vagrant
vagrant up

development

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