- Installed PHP >=7.1.0
- Cloned this repository to your computer
- Run
composer install
- ElasticSearch in version 6
- Kibana in version 6
- For ElasticSearch go here and follow installation steps.
- For Kibana go here and follow installation steps.
To start elasticsearch without installing it, you can use Docker & docker-compose. Just cd
into this repo and run:
docker-compose up
The ES will be available on http://localhost:9200 and Kibana on http://localhost:5601
- Create empty index
php www/index.php spameri:elastic:create-index
- Fill with prepared data
php app/Migration/ProductData.php