码迷,mamicode.com
首页 >  
搜索关键字:gitlab部署    ( 25个结果
centos gitlab部署
依赖安装 # 在CentOS系统上安装所需的依赖:ssh,防火墙,postfix(用于邮件通知) ,wget,以下这些命令也会打开系统防火墙中的HTTP和SSH端口访问。 yum install curl openssh-server openssh-clients postfix cronie - ...
分类:其他好文   时间:2021-07-19 16:46:25    阅读次数:0
gitlab部署安装
有一段时间没写了。。。CI/CD的工具部署都忘了,,, 还是写下吧 gitlab可以在常规环境上安装部署、也可以用Docker部署,下面分别说下两个环境的部署方式 常规环境 gitlab的离线rpm包网址:https://packages.gitlab.com/gitlab/gitlab-ce 可以 ...
分类:其他好文   时间:2021-06-02 16:44:32    阅读次数:0
gitlab
gitlab介绍 gitlab部署 centos8 关闭防火墙、SElinux gitlab建议在纯净的服务器上部署(因为部署时会安装很多软件,可能影响原服务器上安装的软件) 安装yum源 [root@vm5 yum.repos.d]# yum -y install epel-release ... ...
分类:其他好文   时间:2020-12-01 11:57:47    阅读次数:3
drone +gitlab使用
部署gitlab 部署drone # ip:xxxxxxxx ci-build ### docker-compose.yml #测试成功,附带mysql version: "2.1" services: drone-server: image: drone/drone:1 ports: - 443: ...
分类:其他好文   时间:2020-09-17 19:26:43    阅读次数:26
Jenkins实现html代码上线与回滚
>一、案例环境 二、部署Gitlab 1)部署Gitlab 2) 配置免密登录 3)测试免密登录 三、部署Jenkins 四、Jenkins集成Gitlab 五、部署Nginx 六、Jenkins实现代码自动上线 七、Jenkins实现代码自动部署与回退及重复构建 ...
分类:Web程序   时间:2020-02-25 23:54:10    阅读次数:156
git gitlab部署与应用
环境准备: 三台机器,一台做客户端(程序员上传代码用)192.168.1.10,一台做git服务器192.168.1.20,一台做jenkins 192.168.1.30 git: 分布式软件版本控制系统,独立使用的, 1.安装: yum -y install git 2.配置基本信息 git co ...
分类:其他好文   时间:2019-11-18 18:14:38    阅读次数:106
Gitlab部署与应用
[root@localhost~]#mkdirxgp[root@localhost~]#cdxgp/[root@localhostxgp]#gitinit初始化空的Git版本库于/root/xgp/.git/[root@localhostxgp]#vimxgp.txt[root@localhostxgp]#catxgp.txt111master[root@localhostxgp]#gitaddx
分类:其他好文   时间:2019-11-14 23:56:58    阅读次数:142
Gitlab部署及基础配置
Gitlab安装基础包安装yuminstall-ycurlpolicycoreutils-pythonopenssh-serversystemctlenablesshdsystemctlstartsshdfirewall-cmd--permanent--add-service=httpsystemctlreloadfirewalld安装postfixyuminstallpostfixsystemc
分类:其他好文   时间:2019-08-30 09:58:47    阅读次数:124
gitlab部署
修改gitlab配置文件指定服务器ip和自定义端口: 提示 "ok: run:"表示启动成功 访问 GitLab页面http://192.168.0.246:7023 ...
分类:其他好文   时间:2019-08-09 13:55:30    阅读次数:105
GitLab 部署及管理员账号初始化
至于GitLab 部署网上已有大篇幅的资料,但个人都是试了很久才成功的,以此篇博客记录下来,方便自己提心别人 环境:centos 7 gitlab version: 1、cd /home 1、下载rpm安装包 :https://mirrors.tuna.tsinghua.edu.cn/gitlab- ...
分类:其他好文   时间:2019-06-20 17:00:09    阅读次数:123
25条   1 2 3 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!