comparison 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
comparison
equal deleted inserted replaced
46:ba41c0fbd6e7 47:190a81a60e7e
1 This README is part of "Bottledash" 1 This README is part of "Bottledash"
2 author: sean engelhardt > sean.engelhardt@intevation.de 2 author: sean engelhardt > sean.engelhardt@intevation.de
3 license: GNU >= V2. See LICENSE for details 3 license: GNU >= V2. See LICENSE for details
4 4
5 dependencies: python3 standard library 5 Dependencies:
6 6
7 usage: python3 dash.py 7 - Python3 standard library
8 - Optional: Roundup Issue Collector (roundup-cc) for web_view module
9 (https://wald.intevation.org/projects/roundup-cc/)
8 10
9 the configuration is provided in the "dash.conf" file. 11 Installation:
10 12
11 If there is no "dash.conf" file, the programm will create a new one. 13 To be able to enable the web_view tile the roundup_cc program needs to be
14 present in modules/web_view/:
12 15
13 For further details see the insctructions inside the dash.conf. 16 hg clone https://wald.intevation.org/hg/roundup-cc/ modules/web_view/roundup_cc
17
18 Usage:
19
20 python3 dash.py
21
22 The configuration is provided in the "dash.conf" file. If there is no
23 "dash.conf" file, the program will create a new one.
24
25 For further details see the instructions inside dash.conf.
14 26
15 27
16 #todo 28 To do:
29
17 POST-Request to update the tiles: 30 POST-Request to update the tiles:
18 31 curl -d service=192.168.2.3 -d status=up localhost:8080/updown
19 curl -d service=192.168.2.3 -d status=up localhost:8080/updown 32 curl -d service=192.168.2.3 -d status=down localhost:8080/updown
20 curl -d service=192.168.2.3 -d status=down localhost:8080/updown
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)