CentOS 7 搭建 GitLab 最新版
程序员文章站
2022-05-31 20:00:10
...
[list]
[[color=blue]废话就不多说了。来点简单粗暴的,直接上步骤[/color]]
[/list]
[size=x-large][b][u]1.安装并配置必要的依赖关系[/u][/b][/size]
[size=x-large][b][u]2.添加GitLab软件包库并安装软件包[/u][/b][/size]
如果执行完成后,出现 [color=red]It looks like…[/color] ,恭喜你,你的GitLab已然成功安装了!
[size=x-large][b][u]3.配置 GitLab [/u][/b][/size]
[size=x-large][b][u]4.对GitLab进行重配置 [/u][/b][/size]
[size=x-large][b][u]5.对GitLab进行重新启动 [/u][/b][/size]
[size=x-large][b][u]6.查看启动状态 [/u][/b][/size]
[img]http://dl2.iteye.com/upload/attachment/0127/9663/0f8a3b55-5117-3ed8-af80-f50ce32cd2bc.png[/img]
[color=blue]OK。至此,安装就结束了。本人之前有看过网上的一些形形色色的GitLav安装,可以用一句来概括。《中华小当家》张大人对绍安的评价:[/color]
[color=darkred]
太讽刺了绍安,你离开你师傅绕了一大圈,最后达到的境界竟是你不想学的你师父的料理[/color]
[[color=blue]废话就不多说了。来点简单粗暴的,直接上步骤[/color]]
[/list]
[size=x-large][b][u]1.安装并配置必要的依赖关系[/u][/b][/size]
sudo yum install -y curl policycoreutils-python openssh-server
sudo systemctl enable sshd
sudo systemctl start sshd
sudo firewall-cmd --permanent --add-service=http
sudo systemctl reload firewalld
sudo yum install postfix
sudo systemctl enable postfix
sudo systemctl start postfix
[size=x-large][b][u]2.添加GitLab软件包库并安装软件包[/u][/b][/size]
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash
sudo EXTERNAL_URL="http://需要访问的IP" yum install -y gitlab-ee
如果执行完成后,出现 [color=red]It looks like…[/color] ,恭喜你,你的GitLab已然成功安装了!
[size=x-large][b][u]3.配置 GitLab [/u][/b][/size]
sudo mkdir -p /etc/gitlab
sudo touch /etc/gitlab/gitlab.rb
sudo chmod 600 /etc/gitlab/gitlab.rb
sudo gedit /etc/gitlab/gitlab.rb
[size=x-large][b][u]4.对GitLab进行重配置 [/u][/b][/size]
sudo gitlab-ctl reconfigure
[size=x-large][b][u]5.对GitLab进行重新启动 [/u][/b][/size]
sudo gitlab-ctl start
[size=x-large][b][u]6.查看启动状态 [/u][/b][/size]
sudo gitlab-ctl status
[img]http://dl2.iteye.com/upload/attachment/0127/9663/0f8a3b55-5117-3ed8-af80-f50ce32cd2bc.png[/img]
[color=blue]OK。至此,安装就结束了。本人之前有看过网上的一些形形色色的GitLav安装,可以用一句来概括。《中华小当家》张大人对绍安的评价:[/color]
[color=darkred]
太讽刺了绍安,你离开你师傅绕了一大圈,最后达到的境界竟是你不想学的你师父的料理[/color]
上一篇: 在 centos 上搭建 gitlab 项目管理软件
下一篇: 配置GitLab
推荐阅读
-
centos下GitLab+Jenkins持续集成环境搭建(安装jenkins)
-
Linux系统:centos7下搭建ZooKeeper3.4中间件,常用命令总结
-
CentOS7系统搭建LAMP及更新PHP版本操作详解
-
Linux中Centos7搭建Hadoop服务步骤
-
LINUX Centos7搭建vsftpd服务
-
Linux(Centos7)下redis5集群搭建和使用说明详解
-
CentOS7 DHCP 服务搭建
-
centos7下搭建ZooKeeper3.4中间件常用命令小结
-
基于Windows 7(本地)和CentOS7.6(云端)的Minecraft服务器(无Forge/有Forge)搭建方法
-
Centos7系统下搭建.NET Core2.0+Nginx+Supervisor环境