Skip to content

ShanukaGIT/IncidentManagement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Incident Management

Incident Management System for Elections Commission of Sri Lanka

Setting up

Setting up runtime

  1. Use Python 3.x and Pip 3.x versions
  2. Install the dependencies by pip3 install -r requirements.txt

Setting up database

Use MySQL 8

DB migrations

Remove the migrations dir if any

  1. flask db init
  2. flask db migrate
  3. flask db upgrade

Installation for MySQL 5.x

If you are using MySQL 5.x, Change the folllwing in the dump before importiing it

charset = utf8
collate = utf8_general_ci

About

incident management system for EC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.0%
  • Python 31.4%
  • TSQL 3.9%
  • CSS 0.8%
  • HTML 0.5%
  • Dockerfile 0.3%
  • Shell 0.1%