Provisions an Ubuntu 12.04 VM on VirtualBox in under 1 minute.
-
VirtualBox
-
Add a host-only network in subnet 192.168.15.0/24
Preferences->Network->Add host-only network->IPv4 Address 192.168.15.1
-
Vagrant
git clone git@github.com:jonatanblue/vagrantbox.git
cd vagrantbox
vagrant up
echo “192.168.15.101 vagrantbox” | sudo tee -a /etc/hosts
vagrant ssh