摘要: 1、 安装环境包: apt-get -y install git gcc g++ make automake autoconf libtool pcre2-utils libpcre2-dev zlib1g zlib1g-dev openssl libssh-dev wget vim 下载libfa 阅读全文
posted @ 2021-05-27 14:47 向往明天-tsingyun 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 1、上传kafka_2.12-2.7.0.tgz ,解压修改相关配置 tar -zxvf kafka_2.12-2.7.0.tgz cd kafka_2.12-2.7.0/ cd config/ cp server.properties server.properties.src vim serve 阅读全文
posted @ 2021-05-27 14:29 向往明天-tsingyun 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 一、准备 1、新建文件夹:/opt/application/apollo-config、apollo-admin、apollo\portal三个文件夹 1.1 从公司CMS平台下载jar包,分别放置三个文件夹:apollo-configservice-1.4.0.jar、apollo-adminse 阅读全文
posted @ 2021-05-27 11:04 向往明天-tsingyun 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 下载apache-activemq-5.15.15-bin.tar.gz包 tar zxvf apache-activemq-5.15.15-bin.tar.gz cd apache-activemq-5.15.15/bin ./activemq start 服务端口:61616 阅读全文
posted @ 2021-05-27 10:28 向往明天-tsingyun 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 安装redis sudo apt install redis-server sudo systemctl start redis-server 添加开机启动 systemctl enable redis-server.service 配置reids 配置文件/etc/redis/redis.conf 阅读全文
posted @ 2021-05-27 10:20 向往明天-tsingyun 阅读(875) 评论(0) 推荐(0) 编辑
摘要: 安装准备: 安装MySQL5.7时需要到MySQL官网下载对应的deb包 :https://repo.mysql.com/apt/ubuntu/pool/mysql-5.7/m/mysql-community/ MySQL需要使用的包:(***代表版本号) 1.mysql-common_*** 2. 阅读全文
posted @ 2021-05-27 09:47 向往明天-tsingyun 阅读(1230) 评论(0) 推荐(0) 编辑