Go to file
2013-08-06 14:38:43 -04:00
docs Fix WSGI docs 2013-07-11 16:36:18 -04:00
nilmrun Clean up temp dirs and processes at exit 2013-07-30 20:15:01 -04:00
scripts Add nilmrun-ps, -kill, and -run commands 2013-08-06 14:38:43 -04:00
tests Clean up temp dirs and processes at exit 2013-07-30 20:15:01 -04:00
.coveragerc Filled out test coverage, fixed lots of bugs 2013-07-05 21:58:30 -04:00
.gitattributes Initial commit 2013-07-02 11:16:44 -04:00
.gitignore More tests 2013-07-05 22:14:43 -04:00
data.js Start thread management stuff 2013-07-05 15:55:41 -04:00
Makefile Start test framework; work on server and manager 2013-07-05 16:47:50 -04:00
README.txt Add nilmrun-ps, -kill, and -run commands 2013-08-06 14:38:43 -04:00
setup.cfg Filled out test coverage, fixed lots of bugs 2013-07-05 21:58:30 -04:00
setup.py Add nilmrun-ps, -kill, and -run commands 2013-08-06 14:38:43 -04:00
versioneer.py Initial commit 2013-07-02 11:16:44 -04:00

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.