Skip to content

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

Notifications You must be signed in to change notification settings

aless673/vagrant-php-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and run $ vagrant up
  • Put your php files inside the sites folder
  • Acess localhost:8080 and enjoy!

PHP My Admin

  • Available on localhost:8080/phpmyadmin
  • User: root Password: root

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 96.4%
  • PHP 3.6%