Skip to content

Instantly share code, notes, and snippets.

@brandonhilkert
Created March 2, 2012 16:21
Show Gist options
  • Save brandonhilkert/1959429 to your computer and use it in GitHub Desktop.
Save brandonhilkert/1959429 to your computer and use it in GitHub Desktop.
Installation script with .deb for ElasticSearch
sudo apt-get update
sudo apt-get -fy install openjdk-6-jre-headless
sudo wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.4.deb
sudo dpkg -i elasticsearch-0.19.4.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment