Skip to content

Instantly share code, notes, and snippets.

@Trusted97
Created April 13, 2022 10:57
Show Gist options
  • Save Trusted97/79d7e1ff9481643a8f98f75f5fee7a66 to your computer and use it in GitHub Desktop.
Save Trusted97/79d7e1ff9481643a8f98f75f5fee7a66 to your computer and use it in GitHub Desktop.
Download and Launch Elasticsearch 5.5.0
#!/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