First download the latest Elasticsearch installation version:
Elasticsearch download.
Download the latest version of Elasticsearch 0.90.1. After the download is complete. Unzip the installation directory.
On the cmd command line, go to the installation directory, then go to the Bin directory and run the Elasticsearch.bat command:
After successful startup. In the browser, type: http://localhost:9200/
12345678910 |
{ "OK": true, "status": $, "name": "Cletus Kasady", "version": { "number": "0.90.1", "snap Shot_build ": false }, " tagline ":" You Know, for Search "} |
Indicates that the installation was successful.
Elasticsearch plug-in Elasticsearch-head installation:
Enter the installation directory on the cmd command line, and then go to the Bin directory and run the following command:
1 |
Plugin-install Mobz/elasticsearch-head |
Then after the installation succeeds, enter in the browser: http://localhost:9200/_plugin/head/, you can see the effect.
Specific installation steps can also be consulted: Https://github.com/mobz/elasticsearch-head
If you do not have to install the command, you can download the installation directly.
Https://github.com/mobz/elasticsearch-head
Download the installation package.
1. Enter the installation directory on the CMD command line to see if there is a plugins directory, and if not, create it (the first time, no, it needs to be created).
2. Enter the plugins directory to create the head directory
3. Enter the head directory to create the _site directory
4. Unzip the downloaded Elasticsearch-head-master.zip and place all the files in its Elasticsearch-head-master directory into the _site directory.
5. Restart Elasticsearch again. Enter in the browser: http://localhost:9200/_plugin/head/view the results.
Elasticsearch plug-in Bigdesk installation:
Enter the installation directory on the cmd command line, and then go to the Bin directory and run the following command:
1 |
Plugin-install Lukas-vlcek/bigdesk |
Then after the installation succeeds, enter in the browser: http://localhost:9200/_plugin/bigdesk/, you can see the effect.
Specific installation steps can also be consulted: Https://github.com/lukas-vlcek/bigdesk
If you do not have to install the command, you can download the installation directly.
Https://github.com/lukas-vlcek/bigdesk
Download the installation package.
1. Enter the installation directory on the CMD command line to see if there is a plugins directory, and if not, create it (the first time, no, it needs to be created).
2. Enter the plugins directory to create the Bigdesk directory
3. Enter the Bigdesk directory to create the _site directory
4. Unzip the downloaded Bigdesk-master.zip and place all the files in its Bigdesk-master directory into the _site directory.
5. Restart Elasticsearch again. Enter in the browser: http://localhost:9200/_plugin/bigdesk/view the results.
This article fixed link: http://www.chepoo.com/step-to-step-install-elasticsearch-on-windows.html | IT technology
Step-by-step to teach you Elasticsearch installation under Windows