tom@9684: Configure: tom@9747: _ Add to gwt-client/config/mapfish/config.yaml to enable map printing: tom@9743: - !dnsMatch tom@9743: host: tom@9791: port: tom@9684: tom@9684: tom@9720: Build and run: tom@9684: tom@9720: $ cd docker tom@9801: $ docker compose up tom@9684: tom@9791: Lookup the allocated host port: tom@9791: tom@9791: $ docker compose port wiki 80 tom@9791: tom@9791: The application should now be accessible on your docker host tom@9791: (e.g. http://your-host:your-host-port). tom@9686: See docker/flys_user_file for credentials. tom@9686: tom@9779: In case an Oracle database should be used, the server service has to be tom@9779: build with a build-time argument: tom@9779: tom@9801: $ docker compose build --build-arg ORACLE=true artifacts tom@9684: tom@9760: Remote debugging: tom@9760: tom@9760: To enable remote debugging of the artifact server, uncomment the respective tom@9760: lines in docker-compose.yml, recreate the service and e.g. attach with JDB: tom@9801: $ docker compose up -d tom@9760: $ jdb -attach :8787 -sourcepath/artifacts/src/main/java tom@9760: tom@9760: tom@9684: TODO: tom@9684: _ Avoid having to change configuration manually tom@9684: _ Something better than setting framework and http-client to a branch tom@9684: explicitly in the Dockerfiles