Skip to content
Florian Neagu edited this page Feb 17, 2014 · 15 revisions

Welcome to the pyDash wiki!

pyDash is a small web monitoring dashboard for your linux pc/server writen in Python and Django + Chart.js.

The dashboard is built using only Python libraries available in the main Python distribution, trying to create a small list of dependecies without the need of installing many packages or libraries.

Current dependencies:

== Django 1.6.1
== Python 2.x

Decide what webserver you want to use on your server. You can use any webserver that can serve python(wsgi) files. For this how to i will be going over the following webservers: Apache, Nginx and Django internal dev server.

Clone this wiki locally