Skip to content

Instantly share code, notes, and snippets.

@teamon
Created April 29, 2014 14:22
Show Gist options
  • Save teamon/11401852 to your computer and use it in GitHub Desktop.
Save teamon/11401852 to your computer and use it in GitHub Desktop.
sudo apt-get update
# Install java
sudo apt-get install openjdk-7-jre-headless wget curl -y
# Install elasticsearch
wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.3.deb
sudo dpkg -i elasticsearch-1.0.3.deb
sudo service elasticsearch start
@alanbuxton
Copy link

Thanks - it was just not started.

There is repo for installing this from now FYI http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/setup-repositories.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment