Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@omarish
omarish / es.sh
Created May 17, 2012 20:09 — forked from aaronshaf/es.sh
Install ElasticSearch 0.19.8 and AWS Cloud Plugin on Ubuntu 11.04.
cd ~
sudo apt-get update
sudo apt-get install unzip curl python-software-properties -y
#sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin -y
wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.tar.gz -O elasticsearch.tar.gz
tar -xf elasticsearch.tar.gz