Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.76 KB

Readme.md

File metadata and controls

30 lines (26 loc) · 1.76 KB

Set up a PHP development box super fast

Installation

  • Install vagrant using the installation instructions in the Getting Started document
  • Add a Ubuntu Precise box using the available official boxes, for example: vagrant box add phpdevbox http://files.vagrantup.com/precise64.box (make sure it's named phpdevbox)
  • Clone this repository
  • Install submodules with git submodule init and git submodule update
  • After running vagrant up the box is set up using Puppet
  • You should now have your working Symfony2 Standard Edition under http://localhost:9191/app_dev.php

Installed components