/linux-dash-python

A drop-in, low-overhead monitoring web dashboard for a linux machine.

Primary LanguageCSS

linux-dash-python

Python port of afaqurk/linux-dash.

Setup and run

$ cd sh
$ python3 -m venv ~/.virtualenvs/linux-dash
$ source ~/.virtualenvs/linux-dash/bin/activate
$ curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python
$ pip3 install -r requirements.txt
$ gunicorn wsgi:app