busbyjon / vagrant-php53

PHP5.3 CentOS development server provisioned using Vagrant and Puppet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vagrant/Puppet PHP 5.3

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

Requirements:

  • A CentOS 6.x Vagrant box

How to use:

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

About

PHP5.3 CentOS development server provisioned using Vagrant and Puppet


Languages

Language:Ruby 74.5%Language:Puppet 24.2%Language:Racket 0.9%Language:Perl 0.2%Language:Shell 0.1%