摘要: 1、本次安装redis7.0.11,官方网站 https://redis.io/download/。 wget https://download.redis.io/releases/redis-7.0.11.tar.gz 2、安装gcc yum install -y gcc 3、解压 tar zxv 阅读全文
posted @ 2023-04-21 19:36 苦逼yw 阅读(886) 评论(0) 推荐(0)
摘要: 1、influxdb官网下载 https://mirrors.tuna.tsinghua.edu.cn/influxdata/yum/el7-x86_64/ 2、安装rpm包 yum install -y influxdb2-2.4.0.x86_64.rpm 3、启动 systemctl enabl 阅读全文
posted @ 2023-04-21 19:35 苦逼yw 阅读(739) 评论(0) 推荐(0)
摘要: 本次部署有3个节点,一个master,2个node。其中maser是192.168.18.11,node分别是192.168.18.12、192.168.18.13。 一、在master:192.168.18.11上 1、前提条件安装docker,并修改/etc/docker/daemon.json 阅读全文
posted @ 2023-04-21 16:02 苦逼yw 阅读(417) 评论(0) 推荐(0)