Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 989 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 989 Bytes

Build Status

CodeShip

About

PHP Dorset Site based on Silex + Twig

Setup

Quick start, just using PHP

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

Vagrant (PuPHPet) box

You will need: git, Vagrant.

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