Advertisement
matthewpoer

Install Elastic Search on Debian 6 Squeeze

Jul 27th, 2012
1,166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Not complete, and not double-checked. Need verbage on avoiding openjdk
  2. # Install Elastic Search on Debian 6 Squeeze
  3. # 2012-07-2012
  4. # These are just BASH commands, issue one-by-one.
  5.  
  6. aptitude update
  7. aptitude install sun-java6-jre
  8. # You'll have some ncurses based licensing agreements here
  9.  
  10. wget https://github.com/downloads/elasticsearch/elasticsearch/elasticsearch-0.19.8.deb
  11. dpkg -i elasticsearch-0.19.8.deb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement