/vagrant-php-box

Set up super fast a PHP5 development box with apache, mysql, phpmyadmin and whatever else that you may need

Primary LanguagePuppet

vagrant-php-box

Set up super fast a PHP5 development box with apache, mysql, phpmyadmin and whatever else that you may need

How to run

  • Install vagrant using the installation instructions in the Getting Started document
  • Clone this repository, go to it, and run $ vagrant up
  • Put your sites and php files inside the sites folder
  • Acess localhost:8080 and enjoy!

PS: I receive several emails asking me which is the phpmyadmin's login and password, it is pretty easy to find out inside its docs... but, here it is:
login: root
password: 'leave it empty!'

Included components

  • php5
  • apache2
  • php5-cli
  • php5-xdebug
  • php5-mysql
  • php5-imagick
  • php5-mcrypt
  • php-pear
  • php5-dev
  • php5-curl
  • php5-sqlite
  • libapache2-mod-php5