Vagrant Environment for Web Development
This is just the beginning. I'm trying to set my own Vagrant Environment for Web Development and manage all server configurations with Chef or Puppet.
Prerequisite
- VirtualBox 4.1.0
- Ruby
- RubyGems
- Git
- Chef or Puppet
Update VBoxGuestAdditions
-
cd /path/to/vagrant-webdev/vagrant
-
vagrant up
-
vagrant ssh
-
Attach new VBoxGuestAdditions.iso (Devices > Install Guest Additions)
-
sudo sh /vagrant/TEST.run
If the last test messege similar to thismount: block device /dev/sr0 is write-protected, mounting read-only
Then go on running update. -
sudo sh /vagrant/UPDATE.run
-
vagrant reload
-
vagrant ssh