LIS - Locus Information System Requirements Symfony 2.8+ See also the require section of composer.json clone: git clone https://github.com/locus-ioe/lis.git install composer globally sudo apt-get install composer Documentation manual commands 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 & use makefile install composer to the project make install create database and schema make db update schema (if previously created) make smaupdate usage make run