Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 412 Bytes

File metadata and controls

24 lines (17 loc) · 412 Bytes

TTS-Web

Platform for analysing & tracking NetBSD tests results (Web Platform), GSoC 2018

Requirements:

Python 3.5+ Flask

Installation & Running:

Step 1: Install the dependencies using the command:

pip install -r requirements.txt

Step 2: Configuration: Open config.py file, set a secret key, and change your datbase information.

Step 3: Run:

export FLASK_APP=flaskr
flask run