This project provides a webinterface for managing scientific data measurement based on cherrypy and postgres.
For further information please visit the documenation.
$ git clone https://github.com/jlu-ilr-hydro/odmf.git odmf-src
$ pip install -e odmf-src
$ odmf
$
Change the config with the instructions from conf.py wiki page. When the configuration is edited to meet your requirements, start the server and browse to https://localhost:8080
$ python3 start.py
