From a13df4ee841f350909ab6c2089efdd1298781b74 Mon Sep 17 00:00:00 2001 From: x-rodubou <romuald.dubourg@kereval.com> Date: Tue, 13 Feb 2024 17:23:43 +0100 Subject: [PATCH] [EHSBP-1520] Move 3 projects --- CH-IUA-Validator/installation.md | 3 +++ IUA-Simulator/installation.md | 4 +++- UPI-Sedex-Simulator/installation.md | 2 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CH-IUA-Validator/installation.md b/CH-IUA-Validator/installation.md index 98ee260..bccc782 100755 --- a/CH-IUA-Validator/installation.md +++ b/CH-IUA-Validator/installation.md @@ -33,6 +33,9 @@ Once the application is deployed, open a browser and go to http://yourserver/chi If the deployment is successful, you should see the WSDL page. +The sources of the projects are available on [Inria's gitlab](https://gitlab.inria.fr/gazelle/public/validation/ch_iua-validator-service.git). + + # Configuration in EVSClient **Administrator rights are required to follow the instructions below** diff --git a/IUA-Simulator/installation.md b/IUA-Simulator/installation.md index 026ba53..59d294e 100644 --- a/IUA-Simulator/installation.md +++ b/IUA-Simulator/installation.md @@ -35,4 +35,6 @@ Here is a list of everything needed to be setup before launching the application Once the application is deployed, open a browser and go to http://yourserver/iua-simulator/rest/ch/ping in order to check of the service is available. -If the deployment is successful, you should receive a 200 Ok Response. \ No newline at end of file +If the deployment is successful, you should receive a 200 Ok Response. + +The sources of the projects are available on [Inria's gitlab](https://gitlab.inria.fr/gazelle/public/simulation/iua-simulator.git). diff --git a/UPI-Sedex-Simulator/installation.md b/UPI-Sedex-Simulator/installation.md index 22a45d5..3bad200 100755 --- a/UPI-Sedex-Simulator/installation.md +++ b/UPI-Sedex-Simulator/installation.md @@ -22,6 +22,8 @@ UPI Simulator is a mock for eCH-0213 and eCH-0214 standards of Swizterland ZAS f - Installation of Wildfly18 on your host : https://gazelle.ihe.net/gazelle-documentation/General/wildfly18.html ## Installation steps +The sources of the projects are available on [Inria's gitlab](https://gitlab.inria.fr/gazelle/public/simulation/upi-simulator.git). + 1. Get the project from Nexus. ``` -- GitLab