qwe3223678qwe 发表于 2018-1-11 19:44:05

懒人的gitlab安装

sudo yum install curl openssh-server openssh-clients postfix cronie  
sudo service postfix start
  
sudo chkconfig postfix on
  
sudo lokkit -s http -s ssh
  

  
curl -sS http://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh | sudo bash
  
sudo yum install gitlab-ce
  

  
sudo gitlab-ctl reconfigure
  
页: [1]
查看完整版本: 懒人的gitlab安装