Install Elasticsearch on Debian 8.2

Published on Christian Mayer's Weblog

  1. Add non-free to /etc/apt/sources.list:

     $ deb http://http.us.debian.org/debian jessie main contrib non-free
    
  2. Run update:

     $ apt-get update
    
  3. Install Java:

     $ apt-get install openjdk-7-jre
    
  4. Install ElasticSearch:

     $ apt-get install elasticsearch
    
  5. Start ElasticSearch:

     $ service elasticsearch start
    
  6. Check process:

     $ netstat -tulpn | grep 9200
    

Recent Posts

About the Author

Christian is a professional software developer living in Vienna, Austria. He loves coffee and is strongly addicted to music. In his spare time he writes open source software. He is known for developing automatic data processing systems on Debian Linux server.

Categories: Productivity
Tags: Elasticsearch, Java, OpenJDK, JDK, Debian, Jessie

Archive | Categories | RSS Feed | Usage | Imprint
Copyright © 2006 by