Skip to content

MicroBlogMVC/MicroBlog_Symfony2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony 2.3.1 MicroBlog

Installation

Clone this repo
git clone https://github.com/steven-/SymfonyMvc MicroBlogSymfony2
cd MicroBlogSymfony2
Install dependencies
php composer.phar install
Create and fill the database (MySQL)
php app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console doctrine:fixture:load
Make some directories writable
chmod -R o+w app/cache app/logs web/avatars

Enjoy

At last you can browse to the /web directory to see the app. All users have the same password : "pass"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 53.7%
  • CSS 44.4%
  • Perl 1.9%