在自己的服务器上部署 GitLab 社区版及使用

http://www.cnblogs.com/restran/p/4063880.html (在自己的服务器上部署 GitLab 社区版)

http://www.jianshu.com/p/56562623452b (centos构建自己的代码仓库:Gitlab的安装与配置)

http://blog.csdn.net/u011241606/article/details/51471367 (gitlab的安装和使用)

http://www.restran.net/2016/07/06/gilab-source-install-in-centos7/ (CentOS 7 Minimal 安装 Gitlab 8.9)

http://www.restran.net/2015/04/09/gilab-centos-installation-note/ (CentOS 6.5 环境下 Gitlab 7.5 安装和维护笔记)

http://www.restran.net/2016/02/23/git-and-gitlab-guide/ (Git & Gitlab 使用指南)

 

http://www.cnblogs.com/xxoome/p/6366212.html (gitlab安装与配置(Centos6.8))

http://www.cnblogs.com/juandx/p/5339254.html (Centos7安装配置gitlab

http://www.cnblogs.com/niliutime/p/6602352.html (Centos7安装部署Gitlab)

 http://blog.csdn.net/c571121319/article/details/53534778 (CentOs7 安装最新的git)

 

1、rpm安装包的一键安装方式

    因为Gitlab的业务上需要发送邮件功能,所以在安装Gitlab前要先安装postfix.

    故:

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

由于国内墙的原因,此处已经帮大家下载好了点击下载.

将下载的安装包传到服务器上,执行:

rpm -i gitlab-ce-8.2.2-ce.0.el6.x86_64.rpm

最后执行:

sudo gitlab-ctl reconfigure

进行配置,即可运行gitlab

初始登录账号为 root 初始密码为: 5iveL!fe

 

Gitlab的配置文件为

/etc/gitlab/gitlab.rb

重启Gitlab服务

sudo gitlab-ctl restart

2、手动安装

      略

 

 

 

 

 

 

 

 

猜你喜欢

转载自yjph83.iteye.com/blog/2380912