gitlab的搭建与使用(一)
yum install curl policycoreutils openssh-server openssh-clients postfix -y systemctl enable sshd systemctl start sshd systemctl enable postfix [root@xuegod63 ~]#systemctl start postfix [root@xuegod63 ~]# iptables -F #清空规则 [root@xuegod63 ~]# systemctl stop firewalld [root@xuegod63 ~]# systemctl disable firewalld [root@xuegod63 ~]#firewall-cmd --permanent --add-service=http [root@xuegod63 ~]#systemctl reload firewalld wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.2.3-ce.0.el7.x86_64.rpm rpm -ivh gitlab-ce-10.2.3-ce.0.el7.x86_64.rpm vim /etc/gitlab/gitlab.rb 改:13