Platform for analysing & tracking NetBSD tests results (Web Platform), GSoC 2018
Python 3.5+ Flask
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