前端之家收集整理的这篇文章主要介绍了
centos7.4安装gitlab10.5.1并修改默认端口方法,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
1、安装方法:
https://help.aliyun.com/document_detail/52857.html
2、修改端口:
1>确保iptables中的相应端口为打开
2>如果是阿里云服务器,确保安全组中的相应端口打开
3>修改/etc/gitlab/gitlab.rb中的端口号,external_url 'http://106.14.0.101:82'
4>gitlab-ctl reconfigure
5>gitlab-ctl restart
6>reboot重启服务器
7>ok,在浏览器中输入exterrnal_url即可
原文链接:/centos/374679.html