sean@4: This README is part of "Bottledash" sean@4: author: sean engelhardt > sean.engelhardt@intevation.de sean@4: license: GNU >= V2. See LICENSE for details sean@4: gernot@47: Dependencies: sean@4: gernot@47: - Python3 standard library gernot@47: - Optional: Roundup Issue Collector (roundup-cc) for web_view module gernot@47: (https://wald.intevation.org/projects/roundup-cc/) sean@4: gernot@47: Installation: sean@4: gernot@47: To be able to enable the web_view tile the roundup_cc program needs to be gernot@47: present in modules/web_view/: gernot@47: gernot@47: hg clone https://wald.intevation.org/hg/roundup-cc/ modules/web_view/roundup_cc gernot@47: gernot@47: Usage: gernot@47: gernot@47: python3 dash.py gernot@47: gernot@47: The configuration is provided in the "dash.conf" file. If there is no gernot@47: "dash.conf" file, the program will create a new one. gernot@47: gernot@47: For further details see the instructions inside dash.conf. sean@4: sean@21: gernot@47: To do: gernot@47: sean@21: POST-Request to update the tiles: gernot@47: curl -d service=192.168.2.3 -d status=up localhost:8080/updown gernot@47: curl -d service=192.168.2.3 -d status=down localhost:8080/updown