Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 383 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 383 Bytes

How to create vagrant boxes

# vagrant plugin install vagrant-disksize

vagrant cloud auth login
`cat key` # echo "export GITHUB_KEY=..." > key
export | grep GITHUB_KEY

vagrant destroy -f
rm template.log

vagrant up |& tee template.log
vagrant halt
vagrant package --output treehouses-0.13.24.box

upload the new box to https://app.vagrantup.com/treehouses/boxes/buster64