首页 |  我的博客 |  查看该博主内容分类 | 

文章分类 -  安装部署

摘要:## 下载redis包 [点我去下载最新redis](https://github.com/tporadowski/redis/releases "下载最新redis") ![image](https://img2023.cnblogs.com/blog/2437011/202308/2437011 阅读全文
posted @ 2023-08-30 14:29 Z哎呀 阅读(16) 评论(0) 推荐(0)
摘要:安装 cd /usr/local/src wget https://mirrors.jenkins-ci.org/redhat/jenkins-2.346-1.1.noarch.rpm rpm -ivh jenkins-2.346-1.1.noarch.rpm yum install fontcon 阅读全文
posted @ 2022-10-18 18:05 Z哎呀 阅读(29) 评论(0) 推荐(0)
摘要:前期准备 清除centos7会自带mariadb: rpm -qa |grep -i mysql 查看是否安装了mysql -i忽略大小写 rpm -qa |grep -i mariadb(centos7默认系统自带的)快捷命令:yum -y remove `rpm -qa |grep -i mar 阅读全文
posted @ 2022-10-01 00:42 Z哎呀 阅读(45) 评论(0) 推荐(0)
摘要:一键安装(推荐): cd /usr/local/src && rm -rf ay_sh && yum install git && git clone https://gitee.com/whatever0/ay_sh.git && sh ay_sh/nginx_setup.sh 自行安装 1. 获 阅读全文
posted @ 2022-09-23 17:05 Z哎呀 阅读(438) 评论(0) 推荐(0)
摘要:前置准备 先进行升级openssl到1.1.1,或者安装时直接指定安装1.1.1版本,如果没有安高版本openssl,升级openssl,pip安装库会出现各种异常 openssl version cd /usr/local/src && wget https://www.openssl.org/s 阅读全文
posted @ 2022-09-19 16:27 Z哎呀 阅读(646) 评论(0) 推荐(0)