From 3375da93f860300d35432a33cf2c8d1b657ec000 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 18 Sep 2019 10:36:37 -0400 Subject: [PATCH] Tech notes continued Signed-off-by: Bill Erickson --- docs/TechRef/elasticsearch.adoc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 == -- 2.11.0