Skip to content
Daniel Hensby edited this page Feb 4, 2014 · 3 revisions

Introduction

This Vagrant Skeleton is designed to create a base for any PHP web development project, though it is with a slight focus on SilverStripe.

Dependencies

Usage

To get the machine up and running ready for code:

  1. Download the latest code and place into a local folder

  2. Place your project code in a folder called www (this is the virtual webroot)

  3. Open terminal at you local folder

  4. # vagrant up