Centos7 安装部署gitlab

Posted orsca

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos7 安装部署gitlab相关的知识,希望对你有一定的参考价值。

1、安装依赖软件

yum -y install policycoreutils openssh-server openssh-clients postfix

2、设置postfix开机启动,启动postfix。

systemctl enable postfix && systemctl start postfix

3、下载gitlab安装包

centos 6系统的下载地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6
centos 7系统的下载地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7
选择一个镜像下载:
我下载的是:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-11.1.2-ce.0.el7.x86_64.rpm
使用命令:sudo yum localinstall gitlab-ce-11.1.2-ce.0.el7.x86_64.rpm
4、配置并启动
进入目录/etc/gitlab
修改文件gitlab.rb的external_url="ip:端口"。这样在发给用户的邮件中的链接,就可以直接点击进入gitlab了。
sudo gitlab-ctl reconfigure
这个时间比较长

gitlab-ctl restart

5、访问

以上是关于Centos7 安装部署gitlab的主要内容,如果未能解决你的问题,请参考以下文章

Centos7 安装部署gitlab

Centos7 安装部署gitlab-ce

CentOS7.5安装部署GitLab流程

Centos7安装部署Gitlab

linux centos7安装部署gitlab服务器

centos7 部署安装gitlab服务器