Skip to content

locus-ioe/lis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LIS - Locus Information System

Requirements

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published