Skip to content

Reusable Bash provisioning scripts for Vagrant (or Ubuntu 14.04) environments.

License

Notifications You must be signed in to change notification settings

cloud-school/vagrant-env-basher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-env-basher

Reusable Bash provisioning scripts for Vagrant (or Ubuntu 14.04) environments.

usage

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!

examples

How to quickly set up a LEMP stack

How to quickly set up a LEMP stack - screencast

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

Project inspired by Vaprobash

About

Reusable Bash provisioning scripts for Vagrant (or Ubuntu 14.04) environments.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%