美文网首页
GitLab初步搭建

GitLab初步搭建

作者: bluexiii | 来源:发表于2016-11-22 14:29 被阅读20次

安装

yum install curl openssh-server openssh-clients postfix cronie
service postfix start
chkconfig postfix on
lokkit -s http -s ssh
rpm -i gitlab-ce-8.13.1-ce.0.el6.x86_64.rpm
gitlab-ctl reconfigure

配置脚本修改IP

vi /etc/gitlab/gitlab.rb
external_url 'http://134.32.51.31'

访问

http://134.32.51.31

启停

service gitlab start

相关文章

网友评论

      本文标题:GitLab初步搭建

      本文链接:https://www.haomeiwen.com/subject/itgppttx.html