Skip to content

Instantly share code, notes, and snippets.

View archiloque's full-sized avatar
💭
Nya

Julien Kirch archiloque

💭
Nya
View GitHub Profile
@archiloque
archiloque / es.sh
Created January 4, 2012 18:10 — forked from aaronshaf/es.sh
Install ElasticSearch on Ubuntu 11.04
cd ~
sudo apt-get install unzip
sudo apt-get install python-software-properties -y
sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-plugin -y
wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.17.6.tar.gz -O elasticsearch.tar.gz
tar -xf elasticsearch.tar.gz
rm elasticsearch.tar.gz