PHP5.3 CentOS development server provisioned using Vagrant and Puppet. Puppet installs:
- PHP5.3
- PHP-FPM
- XDebug on port 9000
- Suhosin
- MySQL PDO drivers
- MySQL 5.1
- Nginx
- Memcache
- A CentOS 6.x Vagrant box
Install Virtualbox from here
Intall the latest version of Vagrant from here
Clone this repository with:
git clone https://github.com/partnermarketing/vagrant-php53.git
In the vagrant-php53 directory run:
vagrant up
and then put your code in the project
directory and goto:
http://localhost:8080/ in a web browser