annotate 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
rev   line source
4
3e66e2f92770 added LICENSE and license headers in the sourcecode. Added readme
sean
parents: 1
diff changeset
1 This README is part of "Bottledash"
3e66e2f92770 added LICENSE and license headers in the sourcecode. Added readme
sean
parents: 1
diff changeset
2 author: sean engelhardt > sean.engelhardt@intevation.de
3e66e2f92770 added LICENSE and license headers in the sourcecode. Added readme
sean
parents: 1
diff changeset
3 license: GNU >= V2. See LICENSE for details
3e66e2f92770 added LICENSE and license headers in the sourcecode. Added readme
sean
parents: 1
diff changeset
4
47
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
5 Dependencies:
4
3e66e2f92770 added LICENSE and license headers in the sourcecode. Added readme
sean
parents: 1
diff changeset
6
47
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
7 - Python3 standard library
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
8 - Optional: Roundup Issue Collector (roundup-cc) for web_view module
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
9 (https://wald.intevation.org/projects/roundup-cc/)
4
3e66e2f92770 added LICENSE and license headers in the sourcecode. Added readme
sean
parents: 1
diff changeset
10
47
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
11 Installation:
4
3e66e2f92770 added LICENSE and license headers in the sourcecode. Added readme
sean
parents: 1
diff changeset
12
47
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
13 To be able to enable the web_view tile the roundup_cc program needs to be
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
14 present in modules/web_view/:
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
15
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
16 hg clone https://wald.intevation.org/hg/roundup-cc/ modules/web_view/roundup_cc
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
17
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
18 Usage:
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
19
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
20 python3 dash.py
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
21
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
22 The configuration is provided in the "dash.conf" file. If there is no
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
23 "dash.conf" file, the program will create a new one.
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
24
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
25 For further details see the instructions inside dash.conf.
4
3e66e2f92770 added LICENSE and license headers in the sourcecode. Added readme
sean
parents: 1
diff changeset
26
21
f730dd0bcf85 dynamic checking of the tile-status
sean
parents: 4
diff changeset
27
47
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
28 To do:
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
29
21
f730dd0bcf85 dynamic checking of the tile-status
sean
parents: 4
diff changeset
30 POST-Request to update the tiles:
47
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
31 curl -d service=192.168.2.3 -d status=up localhost:8080/updown
190a81a60e7e Update README
Gernot Schulz <gernot@intevation.de>
parents: 21
diff changeset
32 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)