您好,登錄后才能下訂單哦!
導讀 | GitLab是一個基于web界面的Git倉庫管理程序,包括代碼審計、wikis、問題跟蹤等功能。使用GitLab創(chuàng)建、檢查和部署代碼非常容易。它可以托管在我們自己的服務器上,在官方服務器也提供免費的倉庫托管,類似于Github。 |
GitLab有三個不同的版本可用:Community Edition(CE)、Enterprise Edition(EE)和 GitLab托管版本。其中CE版本是開源免費的。EE版本是企業(yè)版,需要付費使用的。
推薦cpu核心數量為4核,推薦內存大小為4GB。
新建/etc/yum.repos.d/gitlab-ce.repo倉庫文件,然后復制內容到文件里。
[root@localhost ~]# touch /etc/yum.repos.d/gitlab-ce.repo [gitlab-ce] name=Gitlab CE Repository baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el$releasever/ gpgcheck=0 enabled=1
更新yum緩存,然后安裝gitlab-ce:
[root@localhost ~]# yum makecache [root@localhost ~]# yum -y install gitlab-ce
安裝完成。
[root@localhost ~]# firewall-cmd --permanent --add-service=http success [root@localhost ~]# firewall-cmd --permanent --add-service=https success [root@localhost ~]# firewall-cmd --reload success
剛安裝完,需要配置一下gitlab。
[root@localhost ~]# gitlab-ctl reconfigure
配置完成之后已經啟動所有服務了,已經設置好開機啟動了。
gitlab-ctl
的常用的操作:
# 重置應用 gitlab-ctl reconfigure # 啟動所有服務 gitlab-ctl start # 關閉所有服務 gitlab-ctl stop # 重啟所有服務 gitlab-ctl restart # 列出所有服務 gitlab-ctl service-list # 查看服務狀態(tài) gitlab-ctl status
在瀏覽器輸入本機ip地址,訪問gitlab,第一次訪問需要為管理員設置密碼:
默認的用戶是
root
,剛設置好密碼,可以登錄了:
然后就可以創(chuàng)建project了。
GitLab能夠集成大量的工具,如Slack、Hipchat、LDAP、JIRA、Jenkins、許多類型的鉤子和一個完整的API。
本文原創(chuàng)地址: https://www.linuxprobe.com/centos8-install-gitlab.html
免責聲明:本站發(fā)布的內容(圖片、視頻和文字)以原創(chuàng)、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。