Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 789 Bytes

File metadata and controls

20 lines (16 loc) · 789 Bytes

Bootcamp VM

Vagrantfile for setting up a VM with the following specs:

  • Ubuntu 14.04 Desktop
  • build-essential, git, vim, curl
  • JDK8
  • Node.js 4.3.0 (using nvm)
  • Go 1.5.3 (using gvm)
  • Atom editor
  • Burp

Setup

  1. Install VirtualBox
    • This is optional however if missing vagrant will install during first run.
  2. Install vagrant
  3. Clone this repository or simply download the Vagrantfile
  4. Open your favorite shell and cd into the directory with the Vagrantfile
  5. Run vagrant up