You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@unomi.apache.org by sh...@apache.org on 2018/10/13 07:18:04 UTC

svn commit: r1843724 - /incubator/unomi/website/get-started.html

Author: shuber
Date: Sat Oct 13 07:18:03 2018
New Revision: 1843724

URL: http://svn.apache.org/viewvc?rev=1843724&view=rev
Log:
[scm-publish] Updating Unomi website

Modified:
    incubator/unomi/website/get-started.html

Modified: incubator/unomi/website/get-started.html
URL: http://svn.apache.org/viewvc/incubator/unomi/website/get-started.html?rev=1843724&r1=1843723&r2=1843724&view=diff
==============================================================================
--- incubator/unomi/website/get-started.html (original)
+++ incubator/unomi/website/get-started.html Sat Oct 13 07:18:03 2018
@@ -103,7 +103,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/elasticsearch">https://www.elastic.co/downloads/elasticsearch</a> (use version 5.1.2 for Unomi &lt;= 1.2, 5.6.3 for Unomi &gt;= 1.3)</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 &gt;= 1.3 and 5.1.2 for Unomi &lt;= 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.incubator.apache.org/download.html">http://unomi.incubator.apache.org/download.html</a></li>
@@ -112,6 +112,7 @@
               <li>Wait for startup to complete</li> 
               <li>Try accessing <a target="_blank" href="https://localhost:9443/cxs/cluster">https://localhost:9443/cxs/cluster</a> with username/password: karaf/karaf . You might get a certificate warning in your browser, just accept it despite the warning it is safe.</li>
               <li>Request your first context by simply accessing : <a target="_blank" href="http://localhost:8181/context.js?sessionId=1234">http://localhost:8181/context.js?sessionId=1234</a></li>
+              <li>If something goes wrong, you should check the logs in ./data/log/karaf.log. If you get errors on ElasticSearch, make sure you are using the proper version.</li>
             </ol>
           </div>
         </div>