Skip to content

Instantly share code, notes, and snippets.

@fairchild
Forked from johnvilsack/es.sh
Created December 16, 2012 20:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fairchild/4312338 to your computer and use it in GitHub Desktop.
Save fairchild/4312338 to your computer and use it in GitHub Desktop.
installs elasticsearch on ubuntu 12.04 and 12.10
# installs elasticsearch on ubuntu 12.04 and 12.10
wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-0.20.1.deb
sudo dpkg -i elasticsearch-0.20.1.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment