Posts with tags and posts with authors.
-
Clone repo.
-
Execute few bash commands:
composer install
php app/console doctrine:database:create
php app/console doctrine:schema:update --force
php app/console doctrine:fixtures:load
php app/console server:run