CentOS7 安装GitLab

  1. 添加gitlab源
  2. 安装和配置必要的依赖
  3. 安装Postfix来实现邮件通知
  4. 安装指定版本的gitlab-ce
  5. 配置gitlab
  6. 应用配置好的配置
  7. 登录页面初始化用户密码

添加gitlab源

新建 gitlab-ce.repo

vi /etc/yum.repos.d/gitlab-ce.repo
# 添加如下内容
[gitlab-ce]
name=Gitlab CE Repository
baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el$releasever/
gpgcheck=0
enabled=1
# 再执行
yum makecache

安装和配置必要的依赖

yum install -y curl policycoreutils-python openssh-server

安装Postfix来实现邮件通知

yum install -y postfix && systemctl enable postfix && systemctl start postfix

安装指定版本的gitlab-ce

yum list gitlab-ce
yum install -y gitlab-ce-12.8.1-ce.0.el7.x86_64

配置gitlab

vim /etc/gitlab/gitlab.rb
# 改 external_url 'http://gitlab.example.com'
# 为 external_url 'http://10.0.170.1'

应用配置好的配置

gitlab-ctl reconfigure
# 查看状态
gitlab-ctl status

登录页面初始化用户密码

http://10.0.170.1
密码:Jiang$Yu5201314


转载请注明来源,欢迎对文章中的引用来源进行考证,欢迎指出任何有错误或不够清晰的表达。可以在下面评论区评论,也可以邮件至 jiang4yu@126.com

文章标题:CentOS7 安装GitLab

字数:177

本文作者:

发布时间:2020-02-29, 18:53:50

最后更新:2024-03-30, 14:44:25

原始链接:https://blog.jiang4yu.com/2020/02/29/CentOS7-%E5%AE%89%E8%A3%85GitLab/

版权声明: "署名-非商用-相同方式共享 4.0" 转载请保留原文链接及作者。

×

喜欢就点赞,疼爱就打赏