zhiwehu / django-linux-dash

A clone of linux-dash written in Django, Also Support OS X, Most use psutils, Not use systemcall method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-linux-dash

A clone of linux-dash written in Django, Most use psutils, Not use systemcall method. Also provide python3 compatible.

This is Python Django redo of Linux-Dash from Github user afaqurk

Installation

You need django>1.4 and psutil:

$pip install/easy_install django
$pip install/easy_install psutil

If you use OS X, also need netifaces:

$pip install/easy_install netifaces

Run it!

$git clone https://github.com/dongweiming/django-linux-dash
$cd django-linux-dash
$cp dash/conf{.example,}.py
$python manage.py runserver 0.0.0.0:8000

and open your webbrowser, and type http://localhost:8000

News

Credits:

About

A clone of linux-dash written in Django, Also Support OS X, Most use psutils, Not use systemcall method

License:MIT License


Languages

Language:CSS 80.3%Language:JavaScript 9.9%Language:Python 9.7%