在自己的服務器上部署 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、手動安裝

      略

 

 

 

 

 

 

 

 

發佈了184 篇原創文章 · 獲贊 7 · 訪問量 2萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章