samsungsamsung 发表于 2018-1-11 17:24:29

Gitlab服务器搭建(For fedora23)

sudo yum install curl policycoreutils openssh-server openssh-clients  
sudo systemctl enable sshd
  
sudo systemctl start sshd
  
sudo yum install postfix
  
sudo systemctl enable postfix
  
sudo systemctl start postfix
  
sudo firewall-cmd --permanent --add-service=http

  
sudo systemctl>
页: [1]
查看完整版本: Gitlab服务器搭建(For fedora23)