18bc2937b5ccb14211a42db0cd96105bc8a5281c
Henry Pump Datalogger Website
Installation
Prerequisites
#!bash
sudo apt-get install build-essential python-dev libssl-dev libffi-dev
pip install -r requirements.txt
DataLogger Website
#!bash
chmod +x start.sh
chmod +x webserver.sh
sudo cp webserver.sh /etc/init.d/webserver
sudo update-rc.d webserver defaults
Database Setup
To set up the database and seed the POC tag data into the database run:
#!bash
python setupdb.py seed
Description
Languages
JavaScript
49.5%
HTML
30%
Python
18.5%
CSS
1.4%
Shell
0.6%