This is an automated email from the ASF dual-hosted git repository.
jkevan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git
The following commit(s) were added to refs/heads/master by this push:
new 7e395fb Update site to ES7 support for unomi 1.5
7e395fb is described below
commit 7e395fbbf73964b456acd0c88656cd9a57003a49
Author: Kevan <[email protected]>
AuthorDate: Fri Nov 22 18:29:24 2019 +0100
Update site to ES7 support for unomi 1.5
---
src/main/webapp/get-started.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/webapp/get-started.html b/src/main/webapp/get-started.html
index dd5d954..d616cdc 100644
--- a/src/main/webapp/get-started.html
+++ b/src/main/webapp/get-started.html
@@ -109,7 +109,7 @@
<h2 class="featurette-heading">5 Minutes Quick start !</h2>
<ol style="list-style-type: decimal">
<li>Install JDK 8 (see <a target="_blank"
href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">http://www.oracle.com/technetwork/java/javase/downloads/index.html</a>
and make sure you set the JAVA_HOME variable <a target="_blank"
href="https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/">https://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/</a></li>
- <li>Download ElasticSearch here : <a target="_blank"
href="https://www.elastic.co/downloads/past-releases/elasticsearch-5-6-3">https://www.elastic.co/downloads/past-releases/elasticsearch-5-6-3</a>
(please <strong>make sure</strong> you use the proper version : 5.6.3 for
Unomi >= 1.3 and 5.1.2 for Unomi <= 1.2)</li>
+ <li>Download ElasticSearch here : <a target="_blank"
href="https://www.elastic.co/downloads/past-releases/elasticsearch-7-4-2">https://www.elastic.co/downloads/past-releases/elasticsearch-7-4-2</a>
(please <strong>make sure</strong> you use the proper version : [7.4.2 for
Unomi >= 1.5] and [5.6.3 for Unomi >= 1.3] and [5.1.2 for Unomi <=
1.2])</li>
<li>Uncompress it and change the
<code>config/elasticsearch.yml</code> to include the following config :
<code>cluster.name: contextElasticSearch</code></li>
<li>Launch ElasticSearch using :
<code>bin/elasticsearch</code></li>
<li>Download Apache Unomi here : <a target="_blank"
href="http://unomi.apache.org/download.html">http://unomi.apache.org/download.html</a></li>