Skip to content

Instantly share code, notes, and snippets.

@lgs
Forked from bacongobbler/install_es.sh
Created April 28, 2013 19:55
Show Gist options
  • Save lgs/5478174 to your computer and use it in GitHub Desktop.
Save lgs/5478174 to your computer and use it in GitHub Desktop.
#!/bin/sh
VERSION="0.20.6"
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$VERSION.tar.gz
tar -xf elasticsearch-$VERSION.tar.gz
mv elasticsearch-$VERSION elasticsearch
elasticsearch/bin/elasticsearch -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment