Mercurial > bottledash
changeset 47:190a81a60e7e tip
Update README
G: changed README.txt
author | Gernot Schulz <gernot@intevation.de> |
---|---|
date | Sun, 07 Feb 2016 13:26:32 +0100 |
parents | ba41c0fbd6e7 |
children | |
files | README.txt |
diffstat | 1 files changed, 22 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Sun Jan 31 15:39:27 2016 +0100 +++ b/README.txt Sun Feb 07 13:26:32 2016 +0100 @@ -2,19 +2,31 @@ author: sean engelhardt > sean.engelhardt@intevation.de license: GNU >= V2. See LICENSE for details -dependencies: python3 standard library - -usage: python3 dash.py +Dependencies: -the configuration is provided in the "dash.conf" file. + - Python3 standard library + - Optional: Roundup Issue Collector (roundup-cc) for web_view module + (https://wald.intevation.org/projects/roundup-cc/) -If there is no "dash.conf" file, the programm will create a new one. +Installation: -For further details see the insctructions inside the dash.conf. +To be able to enable the web_view tile the roundup_cc program needs to be +present in modules/web_view/: + + hg clone https://wald.intevation.org/hg/roundup-cc/ modules/web_view/roundup_cc + +Usage: + +python3 dash.py + +The configuration is provided in the "dash.conf" file. If there is no +"dash.conf" file, the program will create a new one. + +For further details see the instructions inside dash.conf. -#todo +To do: + POST-Request to update the tiles: - -curl -d service=192.168.2.3 -d status=up localhost:8080/updown -curl -d service=192.168.2.3 -d status=down localhost:8080/updown \ No newline at end of file + curl -d service=192.168.2.3 -d status=up localhost:8080/updown + curl -d service=192.168.2.3 -d status=down localhost:8080/updown