2017 © Pedro Peláez
 

application sf2-blog

Simple blog application built on symfony2

image

venu/sf2-blog

Simple blog application built on symfony2

  • Thursday, December 20, 2012
  • by venu
  • Repository
  • 3 Watchers
  • 3 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Symfony2 Blog Application

This is simple demo of creating blog using symfony2 (2.1) & with some good bundles., (*1)

  • FOSUserBundle
  • FosRestBundle
  • NelmioApiDocBundle
  • JMSSerializerBundle
  • TinymceBundle
  • Doctrine Bundles (ORM, fixtures, Migrations etc)
  • and some other good bundles

Features

  • Anonymous/Logged in user can view posts.
  • User can register, log-in etc
  • User can post comments.
  • User can like/dislike posts.
  • Admin can login.
  • Admin can manage (create/view/edit/delete) posts.
  • Admin can manage comments.

Intallation

  • git clone git@github.com:venu/sf2-blog.git
  • curl -s http://getcomposer.org/installer | php
  • php composer.phar install
  • Rename app/config/paramters.dist.yml to app/config/paramters.yml
  • Modify app/config/paramters.yml file with your database settings.
  • Create virtualhost for blog.local. And that domain in host file.

Setup Database

  • php app/console doctrine:migrations:migrate
  • php app/console doctrine:fixtures:load --append

Testing

  • Blog: http://blog.local/
  • Api: http://blog.local/apidoc/
  • Admin: http://blog.local/admin/

The Versions