Skip to content

Commit

Permalink
Added ES 5.0 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
martini committed Nov 14, 2016
1 parent 60f04b2 commit a5aae2a
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions install-elasticsearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,35 @@ We use Elasticsearch for the awesome search in Zammad.
Install Elasticsearch and its Attachment plugin
===============================================

Install Elasticsearch 2.4 on your machine


Install Elasticsearch 2.4 or 5.0 on your machine
-----------------------------------------

* https://www.elastic.co/downloads/elasticsearch (2.4.x)
Elasticsearch 2.4:


Install the Attachment plugin
-----------------------------
* Download via https://www.elastic.co/downloads/elasticsearch (2.4.x)
* Install the Attachment plugin

::

cd /usr/share/elasticsearch
bin/plugin install mapper-attachments


Elasticsearch 5.0:

* Download via https://www.elastic.co/downloads/elasticsearch (5.0.x)
* Install the Attachment plugin

::

cd /usr/share/elasticsearch
bin/elasticsearch-plugin install mapper-attachments



Start Elasticsearch
-------------------

Expand Down

0 comments on commit a5aae2a

Please sign in to comment.