Installation

ElasticSearch service

Please ensure that in your web server Elasticsearch is installed.

  1. Connect to your server with SSH client.
  2. Run command : curl -X GET http://localhost:9200/

You should get response from Elasticsearch with status 200.
If something failed, please contact with your server administrator or our support team.

More about ElasticSearch: https://www.elastic.co/products/elasticsearch

Installation process

Extension package is build according to Magento guidelines. Installation process is usual. Please follow How to Install an Extension in Magento 1 article.

Custom theme

If you are using custom theme you need follow next steps:

Copy layout file

from: app\design\frontend\base\default\layout\mt\newsletterpopup.xml
to: app\design\frontend\YOUR\THEME\layout\mt\elasticsearch.xml

Copy html files

from:app\design\frontend\base\default\template\mt\elasticsearch\
to: app\design\frontend\YOUR\THEME\template\mt\elasticsearch\

Copy css files

from: \skin\frontend\base\default\css\mt\elasticsearch\
to: \skin\frontend\YOUR\THEME\css\mt\elasticsearch\

Copy javascript files

from: \skin\frontend\base\default\js\mt\elasticsearch\
to: \skin\frontend\YOUR\THEME\js\mt\elasticsearch\