Skip to content

Instantly share code, notes, and snippets.

@guilherme
Created September 16, 2013 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guilherme/6579577 to your computer and use it in GitHub Desktop.
Save guilherme/6579577 to your computer and use it in GitHub Desktop.
# INSTALACAO DO ELASTIC SEARCH MAIS NOVO
cd ~
sudo apt-get update
sudo apt-get install openjdk-7-jre-headless -y
wget hhttps://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.90.3.deb
sudo dpkg -i elasticsearch-0.90.3.deb
sudo service elasticsearch start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment