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.

README.txt 720 B

123456789101112131415161718192021222324252627282930313233
  1. nilmdb: Non-Intrusive Load Monitor Database
  2. by Jim Paris <jim@jtan.com>
  3. Prerequisites:
  4. # Runtime and build environments
  5. sudo apt install python3.7 python3.7-dev python3-pip
  6. # Base NilmDB dependencies
  7. sudo pip3 install cherrypy decorator simplejson requests
  8. sudo pip3 install python-dateutil tz progressbar psutil
  9. sudo pip3 install python-datetime-tz
  10. # Other dependencies (required by some modules)
  11. sudo pip3 install numpy
  12. # Tools for running tests
  13. sudo pip3 install nose coverage
  14. Test:
  15. python3 setup.py nosetests
  16. Install:
  17. python setup.py install
  18. Usage:
  19. nilmdb-server --help
  20. nilmdb-fsck --help
  21. nilmtool --help
  22. See docs/wsgi.md for info on setting up a WSGI application in Apache.