Mercurial > dive4elements > river
view docker/README @ 9759:a83029cc7e6a 3.2.x
Do not require identical values when searching for a main value
E.g. a value obtained using WQ.getRawValue() is not necessarily
numerically identical, but nevertheless to be considered equal,
to a matching Q main value.
Fixes wrong descriptions in the result of a water level calculation,
where not finding a matching main value led to the value being used
as description instead of the name of the matching main value.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 10 Nov 2022 15:39:07 +0100 |
parents | 0834c2591e14 |
children | 9bbb29142ddb |
line wrap: on
line source
Configure: _ Add to gwt-client/config/mapfish/config.yaml to enable map printing: - !dnsMatch host: <your-host> port: 8080 Build and run: $ cd docker $ docker-compose up The application should now be accessible on your docker host under port 8080 (e.g. http://your-host:8080). See docker/flys_user_file for credentials. TODO: _ Avoid having to change configuration manually _ Something better than setting framework and http-client to a branch explicitly in the Dockerfiles