Tuesday, November 28, 2017

Setup elastic search on windows as server

Setup Elasticsearch

  1. Make sure you have Java installed. 
  2. Set java path and java_home. refer
  3. 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.
  4. Open a command window in this folder and run service install.
  5. 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.
  6. Open .env file in the repo and add the following at the end:
ELASTICSEARCH_DOMAIN=http://localhost:9200
ELASTICSEARCH_INDEX=xpolinate-es

Share/Bookmark

0 comments:

Post a Comment