Virtualized development http://vagrantup.com/
$ gem install vagrant
$ mkdir vagrant-box && cd vagrant-box # (optional)
$ vagrant box add {title} {url}
$ vagrant init {title}
$ vagrant up
$ vagrant ssh
Ubuntu Lucid 32 Bit (recommened) http://files.vagrantup.com/lucid32.box
Ubuntu Lucid 64 Bit http://files.vagrantup.com/lucid64.box
Ubuntu Precise 32 Bit http://files.vagrantup.com/precise32.box
Ubuntu Precise 64 Bit http://files.vagrantup.com/precise64.box
Others http://vagrantbox.es
- vagrant ssh # connect through ssh
- vagrant status # get status
- vagrant suspend # pause box
- vagrant resume # resume paused box
- vagrant halt # stop box completely (graceful shutdown of VM)
- vagrant up # start box
- vagrant package # package box to export to other machine
- vagrant destroy # destroy (virtual) box
follow this installation gist
vagrant ssh
sudo /etc/init.d/vboxadd setup
exit
vagrant reload