WordPress Vagrant Boxes
While we're fans of the popular VVV project, this Vagrant configuration takes a different approach. We like to think that VVV is great for up-to-date development tools, working on plugins and themes, and building entirely new websites. However, this configuration was built for the purpose of testing and debugging mostly WordPress core, and ensuring compatibility with older (but still supported) server configurations.
This configuration also doesn't make any assumptions about your preferred development workflow. It does not checkout or install WordPress at all. It's up to you if you would like to unpack and install a ZIP, checkout from SVN, or clone from git. However, the web server is preconfigured to look for WordPress in a specific location.
Configurations Provided
wordpress-php53
- Ubuntu 12.04 (precise)
- Apache 2.2.22 (suPHP, port 80 and 443)
- PHP 5.3.10
- PHP Extensions: curl, gd, imagick, mcrypt, mysql, xdebug
- PHPUnit 4.8.36
- MySQL 5.5.50
- Subversion 1.6.17, Git 1.7.9.5
- Node.js 6.12.0, Grunt
wordpress-php54
- Debian 7.8 (wheezy)
- Apache 2.2.22 (suPHP, port 80 and 443)
- PHP 5.4.45
- PHP Extensions: curl, gd, imagick, mcrypt, mysql, xdebug
- PHPUnit 4.8.36
- MySQL 5.5.50
- Subversion 1.6.17, Git 1.7.10.4
- Node.js 6.12.0, Grunt
wordpress-php55
- Ubuntu 14.04 (trusty)
- Apache 2.4.7 (suPHP, port 80 and 443)
- PHP 5.5.9
- PHP Extensions: curl, gd, imagick, mcrypt, mysql, xdebug
- PHPUnit 4.8.36
- MySQL 5.5.50
- Subversion 1.8.8, Git 1.9.1
- Node.js 6.12.0, Grunt
Getting Started
- Install both VirtualBox and .