11 2022 档案
摘要:# 方法一: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.r
阅读全文
摘要:#centos6 #安装cjson报错的话检查lua-cjson-2.1.0编译后的cjson库文件,/usr/lib64/lua/5.1里要有cjson#centos7 #yum install luarocks #luarocks install lua-cjson #以下路径要有cjson.s
阅读全文
摘要:1、下载lua模块 wget https://github.com/openresty/lua-nginx-module/archive/v0.10.9rc7.tar.gz 解压到/usr/local/目录下 tar xvf v0.10.9rc7.tar.gz -C /usr/local 2、下载n
阅读全文
摘要:环境 centos7 + jenkins2.361.3(裸机安装) + gitlab(裸机安装) + harbor(k8s安装) 注意 在裸机安装jenkins高版本的时候需要安装java11 在实现cicd的时候git版本需要高一点的,我的是2.31.1 安装完jenkins,需要的配置 1.需要
阅读全文