• Stars
    star
    774
  • Rank 56,812 (Top 2 %)
  • Language
    Shell
  • License
    GNU General Publi...
  • Created about 5 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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