Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 593 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 593 Bytes

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