centos6 yum install elasticsearch

Download adn install the Public Signing Key

rpm --import http://packages.elasticsearch.org/GPG-KEY-elasticsearch

Add the following in your /etc/yum.repos.d/ directory
in a file named (for example) elasticsearch.repo

[elasticsearch-1.2]
name=Elasticsearch repository for 1.2.x packages
baseurl=http://packages.elasticsearch.org/elasticsearch/1.2/centos
gpgcheck=1
gpgkey=http://packages.elasticsearch.org/GPG-KEY-elasticsearch
enabled=1

And your repository is ready for use. You can install it with

yum -y install elasticsearch

centos6 yum install elasticsearch

时间: 2024-10-11 13:45:07

centos6 yum install elasticsearch的相关文章

centos6 yum install lamp过程记录

centos6 使用yum install lamp操作记录 centos6.8  ##修改yum源为阿里云源 [[email protected] ~]# cd /etc/yum.repos.d/ [[email protected] yum.repos.d]# /bin/mv CentOS-Base.repo CentOS-Base.repo.old [[email protected] yum.repos.d]# wget -O /etc/yum.repos.d/CentOS-Base.r

yum 安装elasticsearch

1. 安装jdk8以上版本 yum install java -yjava -version 查看java版本 官网 https://www.elastic.co/guide/en/elasticsearch/reference/7.3/rpm.html#rpm-running-init 2.  1.下载并安装GPG key rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch 2.添加yum仓库 vim /etc/yum

Centos6.3不能使用yum install安装gcc编辑器解决办法

mv /var/lib/rpm/__db* /tmp rpm --rebuilddb yum clean all Centos6.3不能使用yum install安装gcc编辑器解决办法,布布扣,bubuko.com

centos6.5 64位 yum install nginx的默认安装路径

yum install nginx网站文件存放默认目录 /usr/share/nginx/html 网站默认站点配置 /etc/nginx/conf.d/default.conf 自定义Nginx站点配置文件存放目录 /etc/nginx/conf.d/ Nginx全局配置 /etc/nginx/nginx.conf chkconfig nginx on开机启动 chkconfig --list

centos6 yum 安装 install c++4.8 gcc4.8

cd /etc/yum.repos.d wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo yum --enablerepo=testing-1.1-devtools-6 install devtoolset-1.1-gcc devtoolset-1.1-gcc-c++ This will install it most likely into /opt/centos/devtoolset-1.1/root/usr/b

yum install nagios and pnp4nagios

环境:centos6.2 1.下载并安装epel包 links    http://fedoraproject.org/wiki/EPEL 2.安装nagios及插件 yum install nagios nagios-nrpe nagios-plugins* -y 3.启动httpd service httpd start;chkconfig httpd on 4.创建管理用户 htpasswd -cm /etc/nagios/passwd user1 5.更改默认的管理用户名 vim /et

Centos6 yum安装openldap+phpldapadmin+TLS+双主配置

原文地址:http://54im.com/openldap/centos-6-yum-install-openldap-phpldapadmin-tls-%E5%8F%8C%E4%B8%BB%E9%85%8D%E7%BD%AE.html 钿畑的文章索引 1.概念介绍 2. 环境介绍 2. 准备工作 3. yum部署ldap 4. phpldapadmin安装 5.ldap客户端配置 6.用户目录自动挂载 6.1 服务器端配置 6.2 客户端配置 7.配置TLS传输加密 8.配置openldap双

centos6 yum安装最新版mysql5.7

在看来mysql5.7诸多改进介绍后,决定也安装一个试用下:本文将使用rpm的方式来安装. 环境:OS: CentOS6.5 x86_64 最小化安装MEM: 1GCPU: 1 1. 本文连着上一篇安装GCC5.3之后,新版本的glibc环境需设置到全局环境 shell> strings /usr/lib64/libstdc++.so.6|grep GLIBCXX # 查看当前版本shell> rm -f /usr/lib64/libstdc++.so.6shell> ln -s /us

centos6 yum 安装memcached

centos6 yum 安装memcached 分类: php2013-03-08 18:08 7355人阅读 评论(0) 收藏 举报 目录(?)[+] centos 6 第一二步省略,直接yum安装 1. 安装第三方软件库 wget http://dag.wieers.com/rpm/packages/rpmforge-release/rpmforge-release-0.5.2-2.rf.src.rpmrpm -ivh rpmforge-release-0.5.2-2.rf.src.rpm