S

How To Install Elasticsearch 7.x for Xenforo on CentOS

  • Thread starter Thread starter Sunka
  • Start date Start date
S

Sunka

Guest

How To Install Elasticsearch 7.x for Xenforo


This is tutorial for installing (not upgrading) elasticsearch 7 on centos.
If I am missing something, please post here.

Delete first old one if you have installed and install fresh new one elasticsearch v7
Code:
yum remove elasticsearch

Installing elasticsearch 7

Code:
rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch
Code:
nano /etc/yum.repos.d/elasticsearch.repo
insert...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top Bottom