码迷,mamicode.com
首页 > 其他好文 > 详细

centos搭建gitlib

时间:2019-06-19 16:42:15      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:curl   tun   ice   lld   emc   art   res   Gitlib   server   

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

标签:curl   tun   ice   lld   emc   art   res   Gitlib   server   

原文地址:https://www.cnblogs.com/zyb2016/p/11051894.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!