Skip to content

Instantly share code, notes, and snippets.

View thpoul's full-sized avatar

Thanos thpoul

  • Athens, Greece
View GitHub Profile
@thpoul
thpoul / es.sh
Created July 23, 2012 10:50
Install ElasticSearch on Ubuntu 12.04
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre -y
wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.tar.gz -O elasticsearch.tar.gz
tar -xf elasticsearch.tar.gz
rm elasticsearch.tar.gz
sudo mv elasticsearch-* elasticsearch
sudo mv elasticsearch /usr/local/share