cd <vespa-source>/vagrant
vagrant up
SSH agent forwarding is enabled to ensure easy interaction with GitHub inside the machine.
vagrant ssh
This is needed in order to compile and run tests fast on the local file system inside the machine.
git clone git@github.com:vespa-engine/vespa.git
Please follow the instructions described here.