Skip to content

Instantly share code, notes, and snippets.

@verbaleks
Last active December 26, 2015 22:03
Show Gist options
  • Save verbaleks/e42aab32b17ceacf999a to your computer and use it in GitHub Desktop.
Save verbaleks/e42aab32b17ceacf999a to your computer and use it in GitHub Desktop.
wget https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-2.1.1.tar.gz
tar xzf elasticsearch-2.1.1.tar.gz
sudo mv elasticsearch-2.1.1 /usr/share/elasticsearch
cd /usr/share/elasticsearch
./bin/elasticsearch -D
___________________________________________________________________________________________
wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.1.1/elasticsearch-2.1.1.deb
sudo dpkg -i elasticsearch-2.1.1.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment