git clone https://github.com/steven-/SymfonyMvc MicroBlogSymfony2
cd MicroBlogSymfony2
php composer.phar install
php app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console doctrine:fixture:load
chmod -R o+w app/cache app/logs web/avatars
At last you can browse to the /web directory to see the app. All users have the same password : "pass"