Go to file
2013-07-08 11:57:45 -04:00
docs Mention SSL stuff in docs 2013-07-06 15:37:10 -04:00
nilmrun Delete trainola; it will live in nilmtools repo 2013-07-08 11:57:45 -04:00
scripts Add warning about lack of auth 2013-07-06 15:41:29 -04:00
tests Rename and reorganize stuff 2013-07-08 11:33:27 -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 Bump required nilmdb version; use nilmdb.server.serverutil stuff 2013-07-02 12:04:04 -04:00
setup.cfg Filled out test coverage, fixed lots of bugs 2013-07-05 21:58:30 -04:00
setup.py Start test framework; work on server and manager 2013-07-05 16:47:50 -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

  # 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.