Mercurial > bottledash
view README.txt @ 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 | f730dd0bcf85 |
children |
line wrap: on
line source
This README is part of "Bottledash" author: sean engelhardt > sean.engelhardt@intevation.de license: GNU >= V2. See LICENSE for details Dependencies: - Python3 standard library - Optional: Roundup Issue Collector (roundup-cc) for web_view module (https://wald.intevation.org/projects/roundup-cc/) Installation: 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. 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