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 973d328e1e Rename some URLs (/process/command -> /run/command, etc) 11 years ago
docs Mention SSL stuff in docs 11 years ago
nilmrun Rename some URLs (/process/command -> /run/command, etc) 11 years ago
scripts Add warning about lack of auth 11 years ago
tests Rename some URLs (/process/command -> /run/command, etc) 11 years ago
.coveragerc Filled out test coverage, fixed lots of bugs 11 years ago
.gitattributes Initial commit 11 years ago
.gitignore More tests 11 years ago
Makefile Start test framework; work on server and manager 11 years ago
README.txt Bump required nilmdb version; use nilmdb.server.serverutil stuff 11 years ago
data.js Start thread management stuff 11 years ago
setup.cfg Filled out test coverage, fixed lots of bugs 11 years ago
setup.py Start test framework; work on server and manager 11 years ago
versioneer.py Initial commit 11 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

# Base dependencies
sudo apt-get install python-numpy python-scipy

nilmdb (1.8.0+)

Install:

python setup.py install

Usage:

nilmrun-server --help

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