gitlab安装

本文详细介绍了在CentOS系统中安装GitLab的步骤,包括安装依赖、启动SSH和postfix服务、配置防火墙、下载并安装GitLab、修改配置文件以及设置端口。最后,文章指导如何通过修改页面设置root密码并完成登录。

安装gitlab

1.安装相关的依赖

1

yum -y install policycoreutils openssh-server openssh-clients postfix

 

2.启动ssh服务&设置为开机启动

1

systemctl enable sshd && sudo systemctl start sshd

3.设置为postfix开机启动,并启动postfix支持gitlab发信功能

1

systemctl enable postfix && systemctl start postfix

4.开放ssh以及http服务,然后重新架子啊防火墙列表

 

1

2

3

firewall-cmd --add-service=ssh --permanent

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

firewall-cmd --reload

若果关闭防火墙就不需要以上的配置

5.下载gitlab,并且安装

 

1

2

wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/gitlab-ce-12.4.2-ce.0.el6.x86_64.rpm

rpm -i gitlab-ce-12.4.2-ce.0.el6.x86_64.rpm

6.修改gitlab配置

1

vi /etc/gitlab/gitlab.rb

 

修改gitlab访问地址和端口,默认为80,我们改为82

1

2

external_url 'http://192.168.58.1136:82'

nginx['listen_port'] = 82

 

7.重载配置及启动gitlab

1

2

gitlab-ctl reconfigure

gitlab-ctl restart

 

8.把端口添加到防火墙

1

2

firewall-cmd --zone=public --add-port=82/tcp --permanent

firewall-cmd --reload

启动后,看到以下的修改页面 修改  root密码和要买呢,登录即可

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值