Generic box to work on various smaller PHP projects that don't deserve their own setup.
The box is based on the latest official Vagrant Ubuntu version and will install:
- Apache2 with mod php
- PHP5 with the following libraries: curl, sqlite, mysql, intl, pgsql, xdebug, xsl, xmlprc, imagick
- phpunit
- sqlite CLI
- mysql server and client
- postgresql
git clone git://github.com/waldvogel/vagrant-php-dev.git
cd vagrant-php-dev
vagrant ssh
The box has the IP address 172.99.99.99 You can setup apache and access it from your host.
vagrant suspend
After that, to work with it again:
vagrant resume
To get rid of the box totally:
vagrant destroy
To force it (quicker) add -f