发表评论取消回复
相关阅读
相关 docker 安装es单机
1 拉取镜像 docker pull elasticsearch:6.8.1 2.创建docker中的自定义网络 docker network creat
相关 centos7 redis安装(单机版)
1.安装最新redis源 yum install -y http://rpms.famillecollet.com/enterprise/remi-release-7
相关 CentOS 7.6 安装Redis-----单机版
redis的底层是用C语言来编写的,安装redis需要先从官网下载源码然后进行编译,源码编译的时候依赖gcc环境,所以安装redis的前提条件是检查Linux系统中有没有安装g
相关 Centos7安装单机版kubernetes
参考博文: https://blog.csdn.net/anyeshenshang1/article/details/87275697 查看防火墙状态: firewa
相关 Centos安装单机版Redis
1、安装gcc-c++(redis源码编译需要):yum install gcc-c++ ![SouthEast][] 2、解压缩redis目录 ![Sou
相关 centos es单机版安装
1. wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-5.6.7.tar.gz
相关 在centos上安装fastdfs+nginx(单机版)
生产环境肯定是要集群部署的,本文只是为了说明安装过程,因此只有一台机器: 39.108.192.61 , 操作系统版本信息: $: cat /proc/version Li
相关 Centos7单机版Kubernete安装
单机版K8S 安装 1.关闭centos自带的防火墙 systemctl disable firewalld systemctl sto
相关 CentOS7安装Zookeeper单机版
首先创建 zookeeper 文件夹 mkdir -p /usr/local/zookeeper 下载zookeeper压缩包 wget http://mirro
相关 centos环境安装elasticsearch单机版
一、下载tar包 在官网的这个目录可以下载elasticsearch的历史版本 [https://www.elastic.co/cn/downloads/past-re
还没有评论,来说两句吧...