In order to get your vagrant box setup, do the following:
- Setup and boot the vagrant box (this may take awhile):
vagrant up
- Login to the box via SSH:
vagrant ssh
- Navigate to the project mounted at
/vagrant
:
cd /vagrant
NOTE: The base box can be found here.