Skip to content

PHP5.3 CentOS development server provisioned using Vagrant and Puppet

Notifications You must be signed in to change notification settings

busbyjon/vagrant-php53

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages