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

gitlab 搭建

时间:2018-07-24 17:56:21      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:sshd   enable   permanent   bash   group   postfix   tar   server   https   

sudo yum install curl openssh-server
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 reload firewalld

curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
sudo yum install gitlab-ce

sudo gitlab-ctl reconfigure

访问http://xx.xx.xx.xx/,注册用户配置group和project即可

gitlab 搭建

标签:sshd   enable   permanent   bash   group   postfix   tar   server   https   

原文地址:https://www.cnblogs.com/orpheus89/p/9360465.html

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