Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 577 Bytes

DDD Blog

Build Status

This blog written on Symfony2 framework with using TDD and DDD principles.

Installing

Use Composer

php composer.phar install

Copy app/config/parameters.sample.yml to app/config/parameters.yml and configure it

Create database schema

php app/console doctrine:schema:create

Install assets

php app/console assets:install --symlink

To see a real-live blog page in action, access the following page:

http://localhost/path/to/blog/web/