Mercurial > dive4elements > river
comparison docker/README @ 9743:d1dcb8d28b0d 3.2.x
Consider map printing in Docker setup
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 29 Aug 2022 17:10:27 +0200 |
parents | 414647dc6936 |
children | 1632f64aba89 |
comparison
equal
deleted
inserted
replaced
9742:df5c6f3ef893 | 9743:d1dcb8d28b0d |
---|---|
1 Configure: | 1 Configure: |
2 _ Change 'localhost' to the hostname of your docker host in | 2 _ Change 'localhost' to the hostname of your docker host in |
3 artifacts/doc/conf/floodmap.xml and artifacts/doc/conf/rivermap.xml | 3 artifacts/doc/conf/floodmap.xml and artifacts/doc/conf/rivermap.xml |
4 _ Change 'example.com' to the hostname of your docker host plus ':8082' in | 4 _ Change 'example.com' to the hostname of your docker host plus ':8082' in |
5 artifacts/doc/conf/conf.xml | 5 artifacts/doc/conf/conf.xml |
6 _ Add to gwt-client/src/main/webapp/WEB-INF/config.yaml to enable map printing: | |
7 - !dnsMatch | |
8 host: <your-host> | |
9 port: 8081 | |
6 | 10 |
7 | 11 |
8 Build and run: | 12 Build and run: |
9 | 13 |
10 $ cd docker | 14 $ cd docker |