Centos7部署gitlab

建议服务器配置不低于2C8G

1、安装必要的依赖

bash 复制代码
sudo yum install -y curl policycoreutils-python openssh-server perl

2、配置极狐GitLab 软件源镜像

bash 复制代码
curl -fsSL https://packages.gitlab.cn/repository/raw/scripts/setup.sh | /bin/bash
sudo yum install gitlab-jh -y

3、完成GitLab的安装后,需要按照自己的需求进行配置

bash 复制代码
vim /etc/gitlab/gitlab.rb

更改 https://gitlab.example.com 为您要访问极狐GitLab 实例的 URL

更改配置选项之后,需要重新加载配置文件

bash 复制代码
gitlab-ctl reconfigure

启动命令

bash 复制代码
gitlab-ctl start

4、访问极狐GitLab 实例并登录

除非您在安装过程中指定了自定义密码,否则将随机生成一个密码并存储在 /etc/gitlab/initial_root_password 文件中(出于安全原因,24 小时后,此文件会被第一次 gitlab-ctl reconfigure 自动删除,因此若使用随机密码登录,建议安装成功初始登录成功之后,立即修改初始密码)。使用此密码和用户名 root 登录

相关推荐
loserbai-15 小时前
gitlab修改root密码详细详情,高版本通用
gitlab
极小狐15 小时前
GitLab 如何降级?
gitlab·devsecops·devops·极狐gitlab·安全合规
binqian16 小时前
【gitlab-ce】各组件介绍
gitlab
极小狐16 小时前
极狐GitLab 发布安全补丁版本17.5.2, 17.4.4, 17.3.7
gitlab·devsecops·devops·极狐gitlab·安全合规
Vanish_ran16 小时前
gitlab与jenkins
运维·gitlab·jenkins
Algorithm15762 天前
mac上使用docker搭建gitlab
macos·docker·gitlab
binqian2 天前
【CICD】GitLab Runner 和执行器(Executor
gitlab
极小狐2 天前
GitLab 如何跨版本升级?
gitlab·devsecops·devops·极狐gitlab·安全合规
xixingzhe24 天前
gitlab角色、权限
gitlab
Source、4 天前
gitlab和jenkins连接
运维·gitlab·jenkins