Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 468 Bytes

File metadata and controls

18 lines (15 loc) · 468 Bytes

Before running app make sure you have python and pip installed.

To install dependencies run:

pip install -r requirements

You can either install it inside virtualenv or globally. If installing globally you need to run it as root.

Project can be run as regular flask app in dev mode:

python dashboard.py

or using twisted which is WSGI container and supports more threads than "dev mode".

twistd -n web --port 8080 --wsgi dashboard.app