/vr-devbox

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Welcome to Devbox

Install virtualbox & vagrant.

Run

vagrant up

Inside the running terminal of the devbox run setup-vr.sh.

Development

Update the image

git pull && vagrant provision

In case this fails just run

vagrant up

once more.

If you just want to update the prepared files

rsync -avz -e "ssh -p 2222" home/ vagrant@localhost:

TODO