diff options
| author | Paul-Christian Volkmer | 2023-07-31 09:07:14 +0200 |
|---|---|---|
| committer | GitHub | 2023-07-31 09:07:14 +0200 |
| commit | c8b2e50d47b0617aece257168b7a650315dc2fd5 (patch) | |
| tree | 680f0007614931ee2b5164d949f9dc2d68500bc0 /dev/README_TEST_WITH_GPAS.md | |
| parent | ed17a803bfea59274ac1d04663627111c0808fee (diff) | |
| parent | 361bba5b65261bfba3dc160001a5036ece94d5d5 (diff) | |
Merge pull request #1 from CCC-MF/add-gPas-support
Add g pas support
Diffstat (limited to 'dev/README_TEST_WITH_GPAS.md')
| -rw-r--r-- | dev/README_TEST_WITH_GPAS.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev/README_TEST_WITH_GPAS.md b/dev/README_TEST_WITH_GPAS.md new file mode 100644 index 0000000..ff9f62b --- /dev/null +++ b/dev/README_TEST_WITH_GPAS.md @@ -0,0 +1,11 @@ +# Test with gPAS +1. Download from [Latest Docker-compose version of gPAS](https://www.ths-greifswald.de/gpas/#_download "") +2. copy `./demo/demo_gpas.sql` into `./sqls` folder +3. if needed change port mapping +4. startup via `docker compose up -d` + +By default, PSN are created via `localhost:8080/ttp-fhir/fhir/gpas/$pseudonymizeAllowCreate` endpoint +You can review created PSN via gPAs web interface running at `http://localhost:8080/gpas-web/` + + + |
