<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; gitlab</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/gitlab/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Sun, 10 May 2026 14:53:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux下安装部署GitLab社区版</title>
		<link>https://www.osyunwei.com/archives/14893.html</link>
		<comments>https://www.osyunwei.com/archives/14893.html#comments</comments>
		<pubDate>Fri, 17 Jan 2025 07:17:14 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gitlab]]></category>

		<guid isPermaLink="false">https://www.osyunwei.com/?p=14893</guid>
		<description><![CDATA[GitLab简介： 一个非常流行的开源项目，支持自我托管，并且提供了丰富的功能集，包括CI/CD等。 GitLab 社区版是开源且免费的，允许用户自行下载并在本地服务器上安装。 官方网站：https://packages.gitlab.com/gitlab/gitlab-ce GitLab下载地址： https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el9/ https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/9/gitlab-ce-17.7.2-ce.0.el9.x86_64.rpm/download.rpm 上传安装包gitlab-ce-17.7.2-ce.0.el9.x86_64.rpm到服务器/opt目录 一、准备篇 1、操作系统：Rocky Linux-9.x Rocky Linux 9.x系统安装配置图解教程 https://www.osyunwei.com/archives/14859.html 2、禁用selinux #确认grubby软件包是否已经安装 rpm -q grubby #添加selinux=0到内核​​命令行 grubby --update-kernel ALL --args selinux=0 #重启系统 shutdown -r now #查看结果为Disabled getenforce 3、防火墙设置 gitlab的默认端口配置为80 我们这里使用iptables作为防火墙 3.1关闭firewall systemctl stop firewalld.service systemctl disable firewalld.service systemctl mask firewalld systemctl stop firewalld yum -y remove firewalld 3.2安装iptables防火墙，开启相应的端口 我们使用80端口 [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/14893.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/14893.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
