Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 590 Bytes

File metadata and controls

16 lines (12 loc) · 590 Bytes

exoOnLine (V2)

exoOnLine is an applicatin of exercises online. This application is being developed.

Quick start (manually)

create an app/config/local/parameters.yml file according to app/config/local/parameters.yml.dist (currently only db settings are required)

  • Install the composer (http://getcomposer.org/)
  • php composer.phar install
  • php app/console doctrine:database:create
  • php app/console doctrine:schema:update –force
  • php app/console doctrine:fixtures:load