Created
April 13, 2022 10:57
-
-
Save Trusted97/79d7e1ff9481643a8f98f75f5fee7a66 to your computer and use it in GitHub Desktop.
Download and Launch Elasticsearch 5.5.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.5.0.tar.gz | |
| tar -zxvf elasticsearch-5.5.0.tar.gz | |
| cd elasticsearch-5.5.0 | |
| ./bin/elasticsearch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment