Skip to content

Files

Latest commit

11a60ac · Jan 14, 2016

History

History
18 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 516 Bytes

Symfony2 Advanced Demo with Doctrine2, DoctrineMigrations, KnpMenu, FOSUserBundle, VichUploaderBundle, LiipImagineBundle, FileUploaderBundle with crop functionality

INSTALL:

  1. run "git clone https://github.com/harpcio/sf2-demo.git"

  2. run "composer install"

  3. run "bower install"

  4. run "php app/console doctrine:migrations:migrate"

  5. run "php app/console fos:user:create" and create "admin"

  6. run "php app/console fos:user:promote" and add to "admin" role "ROLE_ADMIN"

Have fun!