-
Notifications
You must be signed in to change notification settings - Fork 14
Requirements before installation
ctasca edited this page May 1, 2014
·
1 revision
Elasticsearch should be installed and at least the master node started. For set up instructions read elasticsearch documentation.
"require": { ... "pocketphp/elasticsearch" : "*", ... }, ... "repositories": [ ... { "type": "vcs", "url": "[email protected]:ctasca/magento-elasticsearch-module.git" }, ... ],
Download latest tagged version on Github
After download, extract the package and merge the following folders to your Magento installation:
- app
- js
composer.json
file and magetest
directory are not needed.
- In system configuration: POCKETPHP/Elasticsearch section
- Within 'Catalog' section, in 'Catalog Search' tab you should be able to select 'Elasticsearch' as Search Engine
- When viewing a product in 'Manage Products' you should see an 'Elasticsearch' attribute group
Remember to log out from Admin Panel before trying to access Elasticsearch section.