Mines2013 - Nimbee field session.
Install vagrant and virtualbox from the HOST-os appropriate packages. To host your own version of the development server just vagrant up in the vagrant directory.
# provision development VM
cd mines2013/vagrant
vagrant up
To login to the vagrant box type the below from the machine root (directory that contains the Vagrantfile)
vagrant ssh
You can also log in via standard ssh - password is vagrant
ssh vagrant@10.0.1.xxx
Kudu is checked out from github. Checkout the Kudo repo README to learn how to generate a project.
~/dev/kudu