How To install pyDash A Python App For Monitoring Your Linux Server on ubuntu Linux

Опубликовано: 28 Сентябрь 2024
на канале: Quick Notepad Tutorial
1,370
8

A small web-based monitoring dashboard for your Linux pc/server written in Python and Django + Chart.js.
Supported OS
pyDash was tested and runs under the following OSs:
Centos
Fedora
Ubuntu
Debian
Raspbian
Pidora
Arch Linux
Installation WiKi : https://github.com/k3oni/pydash/wiki
Github page : https://github.com/k3oni/pydash/

apt-get install git python-pip
git clone https://github.com/k3oni/pydash
cd pydash
pip install -r requirements.txt
./manage.py syncdb
./manage.py runserver
http://yourip:8000