上一页 1 2 3 4 5 6 ··· 33 下一页
摘要: CentOS服务器上搭建Jenkins+maven+GitLab(一)——环境搭建 CentOS服务器上搭建Jenkins+maven+GitLab(二)——创建一个maven项目 整理构建触发器时发现最新版已经不需要安装插件Build Authorization Token Root,但还是要安装 阅读全文
posted @ 2026-05-30 21:38 苦逼运维 阅读(16) 评论(0) 推荐(0)
摘要: CentOS服务器上搭建Jenkins+maven+GitLab(一)——环境搭建 除默认的插件外,还需要Maven Integration(IDEA或Eclipse本地开发环境)和Publish Over SSH(通过SSH发送构建产物--jar包)。 (1).配置SSH服务器 右上角设置-->系 阅读全文
posted @ 2026-05-30 15:51 苦逼运维 阅读(36) 评论(0) 推荐(0)
摘要: (1).参考文献 Jenkins官网:https://www.jenkins.io/ GitLab英文安装手册:https://docs.gitlab.com/install/install_methods/ (2).实验环境 4核8G CentOS7.9.2009 192.168.142.102/ 阅读全文
posted @ 2026-05-30 13:55 苦逼运维 阅读(208) 评论(0) 推荐(0)
摘要: 前提条件已有GitLab:CentOS服务器上docker搭建GitLab | CentOS服务器上yum/rpm搭建GitLab CE 两者差异不大,我以其中docker搭建的GitLab作为演示示例。 (1).GitLab网页端设置 从超管账号开始,创建用户和创建群组我这里就直接跳过了,中文环境 阅读全文
posted @ 2026-04-24 17:49 苦逼运维 阅读(91) 评论(0) 推荐(0)
摘要: binutils官网:https://www.gnu.org/software/binutils/ binutils源码下载地址:https://ftp.gnu.org/gnu/binutils/ (1).实验环境 4核8G CentOS7.9.2009 配置了阿里云yum源和阿里云epel源,关闭 阅读全文
posted @ 2026-01-28 17:37 苦逼运维 阅读(88) 评论(0) 推荐(0)
摘要: make官网:Make - GNU Project - Free Software Foundation make源码下载地址:Index of /gnu/make (1).实验环境 4核8G CentOS7.9.2009 配置了阿里云yum源和阿里云epel源,关闭防火墙,关闭SELinux。 ( 阅读全文
posted @ 2026-01-28 16:51 苦逼运维 阅读(73) 评论(0) 推荐(0)
摘要: (1).参考文献 GitLab英文官方网站安装方法:Install GitLab in a Docker container | GitLab Docs (2).实验环境 4核8G CentOS7.9.2009 已设置阿里云yum源,并且yum -y install epel-release,关闭S 阅读全文
posted @ 2026-01-26 10:33 苦逼运维 阅读(54) 评论(0) 推荐(0)
摘要: 官网:Ruby 程序设计语言官方网站 所有镜像站站点:Mirror Sites | Ruby,中国镜像站:pub/ruby/,我们通过中国镜像站进行源码下载。(不知道是我不稳定,还是它不稳定,反正不行就刷新) (1).实验环境 4核8G CentOS7.9.2009 配置了阿里云yum源和阿里云ep 阅读全文
posted @ 2026-01-23 12:51 苦逼运维 阅读(22) 评论(0) 推荐(0)
摘要: (1).实验环境 4核8G CentOS7.9.2009 配置阿里云yum源和阿里云epel源,关闭防火墙和SELinux。 (2).源码编译安装curl8.18.0 CentOS7官方支持的版本只到curl 7.29.0 ,所以需要进行源码编译安装,包下载地址:https://curl.se/do 阅读全文
posted @ 2026-01-22 11:29 苦逼运维 阅读(136) 评论(0) 推荐(0)
摘要: 升级前需要知道自己需要的gcc版本,根据自己的需要进行升级。 gcc版本和C++的对应关系可以参看gcc官网提供的对照表:https://gcc.gnu.org/projects/cxx-status.html gcc官网地址:GCC, the GNU Compiler Collection - G 阅读全文
posted @ 2026-01-20 17:35 苦逼运维 阅读(223) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 33 下一页