Skip to content

Instantly share code, notes, and snippets.

@mamachanko
Last active August 29, 2015 13:58
Show Gist options
  • Save mamachanko/10380467 to your computer and use it in GitHub Desktop.
Save mamachanko/10380467 to your computer and use it in GitHub Desktop.
Run Elasticsearch 1.0.1
cd ~
wget -nc https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.1.zip
unzip -o -u elasticsearch-1.0.1.zip
cd elasticsearch-1.0.1/
./bin/elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment