This project provides a webinterface for managing scientific data measurement based on cherrypy and postgres.
$ git clone https://github.com/jlu-ilr-hydro/odmf.git
$ cd odmf
$ pip install -r requirements.txt
$ cd odmf
$ cp conf-template.py conf.py
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