Updated Instructions to match actual paths

This commit is contained in:
Patrick Werner 2018-11-21 14:15:14 +01:00 committed by GitHub
parent e8482f5c87
commit 297cf3ed42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Run the configuration.
- Select your server, and click the green triangle (or the bug if you want to debug) - Select your server, and click the green triangle (or the bug if you want to debug)
- Wait for the console output to stop - Wait for the console output to stop
Point your browser (or fiddler, or what have you) to `http://localhost:8080/hapi/base/Patient` Point your browser (or fiddler, or what have you) to `http://localhost:8080/hapi/baseDstu3/Patient`
You should get an empty bundle back. You should get an empty bundle back.
@ -42,6 +42,9 @@ Use this command to start the container:
Note: with this command data is persisted across container restarts, but not after removal of the container. Use a docker volume mapping on /var/lib/jetty/target to achieve this. Note: with this command data is persisted across container restarts, but not after removal of the container. Use a docker volume mapping on /var/lib/jetty/target to achieve this.
After the docker container initial startup, point your browser (or fiddler, or what have you) to `http://localhost:8080/baseDstu3/Patient`
You should get an empty bundle back.
#### Using ElasticSearch as the search engine instead of the default Apache Lucene #### Using ElasticSearch as the search engine instead of the default Apache Lucene
1. Install ElasticSearch server and the phonetic plugin 1. Install ElasticSearch server and the phonetic plugin
* Download ElasticSearch from https://www.elastic.co/downloads/elasticsearch * Download ElasticSearch from https://www.elastic.co/downloads/elasticsearch