This Vagrant setup configures an Ubuntu 12.04 (Precise) 64-bit box with Zend Server 6 and PHP 5.4.
Run vagrant up
from the vagrant
directory, eg
(cd vagrant; vagrant up)
- 8080 => 80 (Webapp)
- 10081 => 10081 (Zend Server Console)
- 10082 => 10082 (Zend Server HTTPS Console)
The app
directory is shared as /home/vagrant/app
Apache is configured with the MPM-ITK module with document root set to
/home/vagrant/app