Skip to content

cordoval/vagrant-php-dev-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. ...

About

Sets up a basic PHP development box using vagrant based on Ubuntu Precise with Nginx, php-fpm, MongoDB, ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.2%
  • Puppet 31.5%
  • PHP 0.3%