Skip to content

Commit

Permalink
[geor] adding a README-georchestra to document how to build
Browse files Browse the repository at this point in the history
  • Loading branch information
pmauduit authored and jahow committed Sep 20, 2023
1 parent eb85d1f commit f46732b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README-georchestra.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# building

In order to build the searching microservice, without docker nor the SQL dependency,
use the following commands:


```
./mvnw clean install -P-docker -Dsearch_without_sql
./mvnw clean package spring-boot:repackage -P-docker -Dsearch_without_sql -f modules/services/searching/
```

0 comments on commit f46732b

Please sign in to comment.