PHP Dorset Site based on Silex + Twig
You will need: composer, git and PHP (5.4+)
git clone [email protected]:PHPDorset/phpdorset.github.io.git phpdorset
cd phpdorset
composer install
php -S localhost:8000 -t web
Then browse to http://localhost:8000
Run vagrant up
to start the vagrant box and provision.
Ansible will provision Ubuntu 14.04 LTS box with
- Latest Nginx
- PHP 5.6
- Composer