|
3 years ago | |
---|---|---|
docs | 3 years ago | |
extras | 3 years ago | |
nilmdb | 3 years ago | |
tests | 3 years ago | |
.coveragerc | 3 years ago | |
.gitattributes | 10 years ago | |
.gitignore | 10 years ago | |
.pylintrc | 10 years ago | |
Makefile | 3 years ago | |
README.txt | 3 years ago | |
requirements.txt | 3 years ago | |
setup.cfg | 3 years ago | |
setup.py | 3 years ago | |
versioneer.py | 3 years ago |
nilmdb: Non-Intrusive Load Monitor Database
by Jim Paris <jim@jtan.com>
Prerequisites:
# Runtime and build environments
sudo apt install python3.7 python3.7-dev python3-pip
# Install NilmDB dependencies
pip3 install -r requirements.txt
Test:
python3 setup.py nosetests
Install:
sudo python3 setup.py install
Usage:
nilmdb-server --help
nilmdb-fsck --help
nilmtool --help
See docs/wsgi.md for info on setting up a WSGI application in Apache.