你的位置:首页 > 软件开发 > 操作系统 > Gitlab服务器搭建(For fedora23)

Gitlab服务器搭建(For fedora23)

发布时间:2016-02-29 16:00:06
1. Install and configure the necessary dependenciessudo yum install curl policycoreutils openssh-server openssh-clientssudo systemctl enable ...

 

1. Install and configure the necessary dependencies

sudo yum install curl policycoreutils openssh-server openssh-clientssudo systemctl enable sshdsudo systemctl start sshdsudo yum install postfixsudo systemctl enable postfixsudo systemctl start postfixsudo firewall-cmd --permanent --add-service=httpsudo systemctl reload firewalld

2. Add the GitLab package server and install the package

通过下面链接下载『gitlab-ce-8.5.1-ce.0.el7.x86_64.rpm』:有想法的同学可以下载『https://packages.gitlab.com/gitlab/gitlab-ce/』自己想要的版本下载完成之后当然是安装了:sudo rpm -i gitlab-ce-8.5.1-ce.0.el7.x86_64.rpm

3. Configure and start GitLab

sudo gitlab-ctl reconfigure

4. Browse to the hostname and login

Username: root 

原标题:Gitlab服务器搭建(For fedora23)

关键词:Git

Git
*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。