From f46732badfd4eb2c14a97687cd67ba572c2ccdd0 Mon Sep 17 00:00:00 2001 From: Pierre Mauduit Date: Thu, 16 Sep 2021 13:04:22 +0200 Subject: [PATCH] [geor] adding a README-georchestra to document how to build --- README-georchestra.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README-georchestra.md diff --git a/README-georchestra.md b/README-georchestra.md new file mode 100644 index 00000000..f7e31942 --- /dev/null +++ b/README-georchestra.md @@ -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/ +```