A repository for vagrant testing
vagrant_getting_started/Vagrantfile
A default Vagrant file generated by executing $ vagrant init vagrant-demo http://files.vagrantup.com/precise32.box
Running the following command will download the specified box and start it up in Virtual Box. $ vagrant up
The vagrant up command will generate a .vagrant folder in the vagrant_getting_started folder