From b721bc1f6eb4443d6c4cecfba84f57d33ad65040 Mon Sep 17 00:00:00 2001 From: Gethin James Date: Fri, 3 Jun 2016 14:37:40 +0200 Subject: [PATCH] SEARCH-9: Updated the README --- search-services/README.MD | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/search-services/README.MD b/search-services/README.MD index f92fcbdda..8c90fd71c 100644 --- a/search-services/README.MD +++ b/search-services/README.MD @@ -3,10 +3,10 @@ Alfresco Solr 6 ### Get the code Git: - + git clone https://gitlab.alfresco.com/search_discovery/solr.git - - cd solr/alfresco-solr + + cd solr ### Use Maven 1. Build @@ -15,6 +15,14 @@ Git: mvn clean install ``` +### Docker +To build the docker image, first run the maven build then +``` +cd packaging +./build.sh +``` + + ### License Copyright (C) 2016 Alfresco Software Limited