Skip to content

Instantly share code, notes, and snippets.

View lidox's full-sized avatar

Artur Schäfer lidox

View GitHub Profile
@lidox
lidox / install-elasticsearch-debian
Last active October 1, 2015 08:15 — forked from mystix/install-elasticsearch-debian
Install ElasticSearch on Debian
VERSION=0.20.7
sudo apt-get update
sudo apt-get install openjdk-7-jdk
# 1.10.2015 $VERSION = 1.6.0
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-$VERSION.deb
sudo dpkg -i elasticsearch-$VERSION.deb
# be sure you add "action.disable_delete_all_indices" : true to the config!!