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

gitlab安装

时间:2019-02-02 23:31:28      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:package   open   config   serve   extern   pac   使用   添加   ext   

1.linux必要配置
	在防火墙里开放http跟ssh端口
		yum install lokkit
		yum install curl openssh-server openssh-clients postfix cronie -y
		service postfix start
		chkconfig postfix on
		lokkit -s http -s ssh
	添加gitlab仓库,并安装
		curl -sS http://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh | sudo bash
		sudo yum install gitlab-ce
	启动gitlab
		gitlab-ctl reconfigure
		vim /etc/gitlab/gitlab.rb 
		修改external_url为gitlab机子的ip+要使用的端口 如:http://192.168.56.101:8888
		修改nginx[‘listen_port‘] = 8888
		重新配置gitlab并重启		
		gitlab-ctl reconfigure
		gitlab-ctl restart
	配置防火墙
	    vim /etc/sysconfig/iptables
	    -A INPUT -m state --state NEW -m tcp -p tcp --dport 8888 -j ACCEPT
	    service iptables restart
  

gitlab安装

标签:package   open   config   serve   extern   pac   使用   添加   ext   

原文地址:https://www.cnblogs.com/justuntil/p/10349306.html

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