Skip to content

Instantly share code, notes, and snippets.

@cabrinha
Created April 13, 2015 20:34
Show Gist options
  • Save cabrinha/630d750d1e9c478f8b67 to your computer and use it in GitHub Desktop.
Save cabrinha/630d750d1e9c478f8b67 to your computer and use it in GitHub Desktop.
To-DO List
1. install vagrant
2. install virtualbox
3. create new vagrant env (create new dir, maybe /Users/scott/vagrant/centos for a centos virtual machine)
4. initialize a vagrant instance in that directory
5. modify the new Vagrantfile to use virtualbox as your virtual machine type
6. create a bootstrap.sh script in this new directory
7. configure the Vagrantfile to use the bootstrap.sh on full boot
8. add commands to the bootstrap.sh to help build your environment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment