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

gitlab quickly install

时间:2018-07-11 14:43:43      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:url   mirrors   pos   本机   安装   chmod   安装git   tun   fir   

一、安装gitlab依赖环境  

 yum -y install vim wget epel-release
  yum install curl policycoreutils openssh-server openssh-clients -y
  systemctl enable sshd
  systemctl start shhd
  systemctl start sshd
  yum install postfix -y
  systemctl enable postfix
  systemctl start postfix
  firewall-cmd --permanent --add-service=http
  systemctl reload firewalld

二、下载安装gitlab

  wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-9.5.1-ce.0.el7.x86_64.rpm
  chmod 755 gitlab-ce-9.5.1-ce.0.el7.x86_64.rpm 
  rpm -ivh gitlab-ce-9.5.1-ce.0.el7.x86_64.rpm 

三、启动gitlab

  gitlab-ctl reconfigure
  vim /etc/gitlab/gitlab.rb 
        external_url ‘http://本机ip地址‘
  gitlab-ctl reconfigure

gitlab quickly install

标签:url   mirrors   pos   本机   安装   chmod   安装git   tun   fir   

原文地址:https://www.cnblogs.com/ipyanthony/p/9293661.html

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