DigitMagazine

Installing ElasticSearch

Nov 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1.zip
  2. wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.5.1.zip.sha512
  3. shasum -a 512 -c elasticsearch-6.5.1.zip.sha512
  4. unzip elasticsearch-6.5.1.zip
  5. cd elasticsearch-6.5.1/
Add Comment
Please, Sign In to add comment