Setup Elasticsearch
- Make sure you have Java installed.
- Set java path and java_home. refer
- Download Elasticsearch v1.5.2 and extract it to a folder where you'll be running this program and go to \bin folder inside it.
- Open a command window in this folder and run service install.
- After that's done, in the same command window run service manager. This should open a window. In it, set startup type to Automatic, and click Start, click Ok.
- Open .env file in the repo and add the following at the end:
ELASTICSEARCH_DOMAIN=http://localhost:9200 ELASTICSEARCH_INDEX=xpolinate-es
0 comments:
Post a Comment