Skip to content

Commit 0545823

Browse files
authored
Update README - use binary from releases page.
1 parent ec55cfa commit 0545823

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,15 @@ Not Equal To Attribute Value | < 404684003 \|clinical finding\|: 116676008 \|ass
4141

4242

4343
## Quick Start
44-
Unzip your release archive, clone the project, use maven to build, load your release then serve.
44+
Download the latest release Jar from the [releases](https://github.com/IHTSDO/snomed-query-service/releases) page, unzip your SNOMED RF2 archive, load your SNOMED content and then serve.
4545
```
4646
cd my-documents
4747
unzip SnomedCT_RF2Release_INT_20160131.zip
48-
git clone https://github.com/ihtsdo/snomed-query-service.git
49-
cd snomed-query-service
50-
mvn clean package
51-
java -jar target/*.jar --loadRelease="/my-documents/SnomedCT_RF2Release_INT_20160131"
52-
java -jar target/*.jar --serve
48+
java -jar snomed-query-service-1.1.0.jar --loadRelease="/my-documents/SnomedCT_RF2Release_INT_20160131"
49+
java -jar snomed-query-service-1.1.0.jar --serve
5350
```
5451
This will create an "index" directory. This directory must be removed before running the load process again.
55-
56-
## Documentation / Live Demo
57-
Once the service is running Swagger API documentation can be found at: http://localhost:8080/
52+
Once the service is running in serve mode Swagger API documentation can be found at: http://localhost:8080/
5853

5954
## Example Expression Constraint Language queries:
6055
Follow the quick start to use these examples:
@@ -70,6 +65,15 @@ This is useful for running multiple instances of the tool to serve more releases
7065
java -jar target/*.jar --serve --server.port=8081
7166
```
7267

68+
### Building the software yourself
69+
If you would like to build this open source software yourself it's simple with maven:
70+
```
71+
git clone https://github.com/ihtsdo/snomed-query-service.git
72+
cd snomed-query-service
73+
mvn clean package
74+
```
75+
Find the binaries in the target directory.
76+
7377
### Licence
7478
Apache 2.0 Open Source Licence
7579

0 commit comments

Comments
 (0)