JUST 3 STEPS!
# Download and set the “base” VM image
$ vagrant box add base http://files.vagrantup.com/
precise64.box
# Initialise a new vagrant project by creating a Vagrantfile
$ vagrant init
# Boot the VM based on the config file we created
$ vagrant up