ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,860
- Points
- 823
Reputation:
LQD submitted a new resource:
Elasticsearch Installation/Update on CENTOS 6 (cPanel) - Elasticsearch
Read more about this resource...
Elasticsearch Installation/Update on CENTOS 6 (cPanel) - Elasticsearch
This tutorial will help you to setup Elasticsearch on Red Hat/CentOS 6 64 bits based distribution.
1. Verify Java
Java is the primary requirement for installing Elasticsearch. So make sure you have Java installed on your system.
Code:# java -version java version "1.8.0_31" Java(TM) SE Runtime Environment (build 1.8.0_31-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode) If you don’t have Java installed on your system, use one of following code to install it...
Read more about this resource...