From: Bill Erickson Date: Wed, 18 Sep 2019 14:36:37 +0000 (-0400) Subject: Tech notes continued X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c3a3297632051c45a415fd410bdf28a0bac7b838;p=working%2FEvergreen.git Tech notes continued Signed-off-by: Bill Erickson --- diff --git a/docs/TechRef/elasticsearch.adoc b/docs/TechRef/elasticsearch.adoc index dc3afe5680..008abaa48c 100644 --- a/docs/TechRef/elasticsearch.adoc +++ b/docs/TechRef/elasticsearch.adoc @@ -13,10 +13,12 @@ functionatlity. == Installation == -1. Check out this Evergreen branch. -2. Apply SQL Open-ILS/src/sql/Pg/upgrade/XXXX.schema.elastic-search.sql -3. cd Open-ILS/src/eg2/ && npm install # new dependency -4. Build and Install branch +1. Install and run a 6.8.* version of ES: + https://www.elastic.co/downloads/past-releases/elasticsearch-6-8-3 +2. Check out this Evergreen branch. +3. Apply SQL Open-ILS/src/sql/Pg/upgrade/XXXX.schema.elastic-search.sql +4. cd Open-ILS/src/eg2/ && npm install # new dependency +5. Build and Install branch == Configuration ==