Skip to content

Instantly share code, notes, and snippets.

@nchaulet
Last active December 25, 2015 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nchaulet/7014258 to your computer and use it in GitHub Desktop.
Save nchaulet/7014258 to your computer and use it in GitHub Desktop.
ElasticSearch raspberry

Install Java

sudo apt-get install oracle-java7-jdk

Download

wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.5.zip

Unzip

unzip elasticsearch-0.90.5.zip

Run

./elasticsearch-0.90.5/bin/elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment