- python 2.7+
- flask >= 0.10
- flask-sqlalchemy >= 0.10
- Ensure you have the python modules flask and flask-sqlalchemy installed
- check out the repo
- initialize the db using db.schema at root
cat db.schema | sqlite3 src/reports.db- Run the server using main.py under src
cd src; python ./main.py - Access the tool via browser. Link will be displayed at the prompt.
http://0.0.0.0:9887/