Mercurial > bottledash
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 | 5 Dependencies: |
4
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
6 |
47 | 7 - Python3 standard library |
8 - Optional: Roundup Issue Collector (roundup-cc) for web_view module | |
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 | 11 Installation: |
4
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
12 |
47 | 13 To be able to enable the web_view tile the roundup_cc program needs to be |
14 present in modules/web_view/: | |
15 | |
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. | |
4
3e66e2f92770
added LICENSE and license headers in the sourcecode. Added readme
sean
parents:
1
diff
changeset
|
26 |
21 | 27 |
47 | 28 To do: |
29 | |
21 | 30 POST-Request to update the tiles: |
47 | 31 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 |