Created
April 13, 2015 20:34
-
-
Save cabrinha/630d750d1e9c478f8b67 to your computer and use it in GitHub Desktop.
To-DO List
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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