- Symfony 2.8+
- See also the
requiresection of composer.json
git clone https://github.com/locus-ioe/lis.gitsudo apt-get install composer- install composer to the project
cd <path to project>
composer install- create database and schema
php app/console doctrine:database:create
php app/console doctrine:schema:create- update database schema (if previously created)
php app/console doctrine:schema:update --force- usage
php app/console server:run
firefox localhost:8000 &- install composer to the project
make install- create database and schema
make db- update schema (if previously created)
make smaupdate- usage
make run