Multiprocessing and Apache's mod_wsgi don't play nicely. Switch to manually managing processes via subprocess.Popen etc instead. When running arbitrary code, we write it to an external file, and running functions directly is no longer supported. |
||
---|---|---|
docs | ||
nilmrun | ||
scripts | ||
tests | ||
.coveragerc | ||
.gitattributes | ||
.gitignore | ||
data.js | ||
Makefile | ||
README.txt | ||
setup.cfg | ||
setup.py | ||
versioneer.py |
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.