首页 > 其他 > 详细

Jenkins持续集成 之 GitLab安装

时间:2018-12-03 00:40:14      阅读:215      评论:0      收藏:0      [点我收藏+]
一、安装相应所需依赖包
yum install lokkit
yum install curl openssh-server openssh-clients postfix cronie -y
service postfix start
chkconfig postfix on
lokkit -s http -s ssh
curl -sS http://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh | sudo bash

二、添加gitlab仓库并安装

curl -sS http://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh | sudo bash
yum -y install gitlab-ce

三、修改配置文件并启动

1、vim /etc/gitlab/gitlab.rb
        external_url ‘http://gitlab.xxxxx.com‘
2、重新加载配置
        gitlab-ctl reconfigure
3、重启gitlab
        gitlab-clt restart

Jenkins持续集成 之 GitLab安装

原文:http://blog.51cto.com/12965094/2325050

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!