Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 451 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 451 Bytes

devbox

The scripted VM I (will) use for development. Orchestrated with Vagrant, and provisioned with Chef.

It exists as a public repository mainly to simplify my own access, but feel free to grab any useful tidbits from here (or use it outright).

Setup

  • Download and install Vagrant
  • If VirtualBox:
    • vagrant up
  • If VMware Fusion:
    • VAGRANT_DEFAULT_PROVIDER=vmware_fusion vagrant up