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 Nginx php-fpm git pear Node.js npm less Symfony2 Standard Edition MySQL MongoDB Capistrano capifony phpunit TODO Make used packages choosable like Apache vs. Nginx vs. ...