Advertisement
Guest User

Untitled

a guest
May 24th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. 1. install vagrant
  2. 2. install virtualbox
  3. 3. create new vagrant env (create new dir, maybe /Users/scott/vagrant/centos for a centos virtual machine)
  4. 4. initialize a vagrant instance in that directory
  5. 5. modify the new Vagrantfile to use virtualbox as your virtual machine type
  6. 6. create a bootstrap.sh script in this new directory
  7. 7. configure the Vagrantfile to use the bootstrap.sh on full boot
  8. 8. add commands to the bootstrap.sh to help build your environment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement