手把手教你搭建gitlab

本文详细介绍了如何手把手搭建GitLab,从安装SSH、启动SSH、设置服务自动启动,到安装防火墙、Postfix,以及解决安装过程中遇到的依赖问题,最后修改配置文件并访问GitLab。在安装过程中需要注意防火墙的设置,以及GitLab依赖项的安装,确保能够成功访问GitLab。
摘要由CSDN通过智能技术生成

手把手教你搭建GitLab

1.安装SSH

sudo yum install -y curl policycoreutils-pythonopenssh-server

2.启动SSH

sudo systemctl start sshd

3.设置SSH服务自动启动

sudo systemctl enable sshd

4.安装防火墙

sudo yum install firewalld systemd -y

5.开启防火墙

service firewalld  start

如果报错Redirecting to /bin/systemctl start firewalld.service
请用systemctl方式启动:

sudo systemctl start firewalld

6.添加http服务到firewalld

pemmanent表示永久生效

不加–permanent在系统下次启动后就会失效。

sudo firewall-cmd --permanent --add-service=http

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值