centos搭建gitlib
Posted zyb2016
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos搭建gitlib相关的知识,希望对你有一定的参考价值。
sudo yum install -y curl policycoreutils-python openssh-server
sudo yum -y install postfix
sudo systemctl enable postfix
sudo systemctl start postfix
yum -y install wget vim
systemctl stop firewalld.service #停止firewall
systemctl disable firewalld.service #禁止firewall开机启动
yum install iptables-services -y
vi /etc/sysconfig/iptables
开放gitlab端口
systemctl restart iptables.service
systemctl enable iptables.service
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-11.9.8-ce.0.el7.x86_64.rpm
rpm -i gitlab-ce-11.9.8-ce.0.el7.x86_64.rpm
vim /etc/gitlab/gitlab.rb
修改域名及端口:external_url "http://ip或域名:端口"
gitlab-ctl reconfigure
gitlab-ctl restart
以上是关于centos搭建gitlib的主要内容,如果未能解决你的问题,请参考以下文章