a template for using Vagrant for developing PHP applications with Phalcon
- Download and install VirtualBox
- Download and install Vagrant
- Clone this repo
- Run
vagrant up
in the repo directory - Visit
http://localhost:8081/
in your favorite browser
Nginx is configured by default to use ./src/Public/
as the root directory.
If your public directory differs, be sure to update the base.pp
file to
reflect your needs.