Mercurial > dive4elements > river
comparison docker/README @ 9754:cd07130ded8d 3.2.x
Route GWT client through wiki container
This reduces the need for local configuration changes to get
a working Docker-based setup.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 12 Oct 2022 10:45:13 +0200 |
parents | 7227621f8496 |
children | 0834c2591e14 |
comparison
equal
deleted
inserted
replaced
9753:7227621f8496 | 9754:cd07130ded8d |
---|---|
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/conf.xml | |
4 _ Change 'example.com' to the hostname of your docker host plus ':8082' in | |
5 artifacts/doc/conf/conf.xml | 3 artifacts/doc/conf/conf.xml |
6 _ Add to gwt-client/config/mapfish/config.yaml to enable map printing: | 4 _ Add to gwt-client/config/mapfish/config.yaml to enable map printing: |
7 - !dnsMatch | 5 - !dnsMatch |
8 host: <your-host> | 6 host: <your-host> |
9 port: 8081 | 7 port: 8081 |
13 | 11 |
14 $ cd docker | 12 $ cd docker |
15 $ docker-compose up | 13 $ docker-compose up |
16 | 14 |
17 The application should now be accessible on your docker host under | 15 The application should now be accessible on your docker host under |
18 port 8080 and path /d4e-river (e.g. http://your-host:8080/d4e-river). | 16 port 8080 (e.g. http://your-host:8080). |
19 See docker/flys_user_file for credentials. | 17 See docker/flys_user_file for credentials. |
20 | 18 |
21 | 19 |
22 TODO: | 20 TODO: |
23 _ Avoid having to change configuration manually | 21 _ Avoid having to change configuration manually |