Clone this project:
Clone the project: git clone git://github.com/pierswarmers/twigExamples.git twiggy; cd twiggy
Download composer: curl -s https://getcomposer.org/installer | php
Install dependencies: php composer.phar install
If you have PHP 5.4 installed:
php -S localhost:8000
git clone git://github.com/pierswarmers/twigExamples.git twiggy; cd twiggy; curl -s https://getcomposer.org/installer | php; php composer.phar install; php -S localhost:8000;