Skip to content

MTT Viewer Prototype

Richard Barella Jr edited this page Aug 31, 2017 · 1 revision

Description

The MTT Viewer is a web-app that queries test log results from the MTT database through the MTT Cherrypy Server.

Currently, the viewer is in the prototype stage with only one view implemented. The viewer sends JSON queries to the MTT Cherrypy Server to query results from the database, and then displays the results on a webpage.

Installation Instructions

# Enter viewer location
cd <MTT Install Location>/server/viewer
# Install the database
python manage.py migrate
# Run the viewer webapp on port 8010, and writes debug output to viewer.log
python manage.py runserver 0.0.0.0:8010 > viewer.log