Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 402 Bytes

vagrant.md

File metadata and controls

25 lines (16 loc) · 402 Bytes

Environment Setup

Vagrant

In order to get your vagrant box setup, do the following:

  1. Setup and boot the vagrant box (this may take awhile):
vagrant up
  1. Login to the box via SSH:
vagrant ssh
  1. Navigate to the project mounted at /vagrant:
cd /vagrant

NOTE: The base box can be found here.