Skip to content

Instantly share code, notes, and snippets.

@jirfag
Created April 23, 2016 11:36
Show Gist options
  • Save jirfag/9616eb85444fbd49b896e77309ca45f7 to your computer and use it in GitHub Desktop.
Save jirfag/9616eb85444fbd49b896e77309ca45f7 to your computer and use it in GitHub Desktop.
ElasticSearch instllation on ubuntu for Django Haystack
# wget -qO - https://packages.elastic.co/GPG-KEY-elasticsearch | sudo apt-key add -
# echo "deb http://packages.elastic.co/elasticsearch/2.x/debian stable main" | sudo tee -a /etc/apt/sources.list.d/elasticsearch-2.x.list
# sudo apt-get update
# sudo apt-get install –y openjdk-7-jre-headless elasticsearch
# pip install elasticsearch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment