You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Jim Paris 7f05a0fb62 Switch to bash for Unicode tests 10 years ago
docs Fix WSGI docs 10 years ago
nilmrun Clean up temp dirs and processes at exit 10 years ago
scripts Change -V option to -v everywhere 10 years ago
tests Switch to bash for Unicode tests 10 years ago
.coveragerc Filled out test coverage, fixed lots of bugs 10 years ago
.gitattributes Initial commit 10 years ago
.gitignore More tests 10 years ago
Makefile Start test framework; work on server and manager 10 years ago
README.txt Add nilmrun-ps, -kill, and -run commands 10 years ago
data.js Start thread management stuff 10 years ago
setup.cfg Filled out test coverage, fixed lots of bugs 10 years ago
setup.py Add nilmrun-ps, -kill, and -run commands 10 years ago
versioneer.py Initial commit 10 years ago

README.txt

nilmrun: Run NilmDB filters
by Jim Paris <jim@jtan.com>

Prerequisites:

# Runtime and build environments
sudo apt-get install python2.7 python-setuptools

# Plus nilmdb and its dependencies
nilmdb (1.9.5+)

Install:

python setup.py install

Usage:

nilmrun-server --help

See docs/wsgi.md for info on setting up a WSGI application in Apache.