Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.35 KB

Readme.md

File metadata and controls

36 lines (28 loc) · 1.35 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 precise64 http://files.vagrantup.com/precise64.box
  • Clone this repository
  • Run vagrant init precise64 for a single time (use choosen box name) inside the cloned repository
  • After running vagrant up the box is set up using Puppet
  • You should now have your working Symfony2 Standard Edition under http://localhost:9090/app_dev.php

Installed components

TODO

  • Make used packages choosable like Apache vs. Nginx vs. ...