溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點(diǎn)擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Centos8怎么安裝GitLab-CE

發(fā)布時(shí)間:2022-01-26 14:35:20 來源:億速云 閱讀:236 作者:zzz 欄目:開發(fā)技術(shù)

本文小編為大家詳細(xì)介紹“Centos8怎么安裝GitLab-CE”,內(nèi)容詳細(xì),步驟清晰,細(xì)節(jié)處理妥當(dāng),希望這篇“Centos8怎么安裝GitLab-CE”文章能幫助大家解決疑惑,下面跟著小編的思路慢慢深入,一起來學(xué)習(xí)新知識吧。

Centos8怎么安裝GitLab-CE

GitLab有三個(gè)不同的版本可用:Community Edition(CE)、Enterprise Edition(EE)和 GitLab托管版本。其中CE版本是開源免費(fèi)的。EE版本是企業(yè)版,需要付費(fèi)使用的。

環(huán)境

  • Centos8
  • gitlab-ce-13.1.4

推薦cpu核心數(shù)量為4核,推薦內(nèi)存大小為4GB。

安裝GitLab-CE

新建/etc/yum.repos.d/gitlab-ce.repo倉庫文件,然后復(fù)制內(nèi)容到文件里。

[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

Centos8怎么安裝GitLab-CE 

更新yum緩存,然后安裝gitlab-ce:

[root@localhost ~]# yum makecache[root@localhost ~]# yum -y install gitlab-ce

Centos8怎么安裝GitLab-CE 

安裝完成。

防火墻中開放端口

[root@localhost ~]# firewall-cmd --permanent --add-service=httpsuccess
[root@localhost ~]# firewall-cmd --permanent --add-service=httpssuccess
[root@localhost ~]# firewall-cmd --reloadsuccess

配置并啟動(dòng)gitlab

剛安裝完,需要配置一下gitlab。

[root@localhost ~]# gitlab-ctl reconfigure

配置完成之后已經(jīng)啟動(dòng)所有服務(wù)了,已經(jīng)設(shè)置好開機(jī)啟動(dòng)了。

gitlab-ctl的常用的操作:

# 重置應(yīng)用gitlab-ctl reconfigure# 啟動(dòng)所有服務(wù)gitlab-ctl start# 關(guān)閉所有服務(wù)gitlab-ctl stop# 重啟所有服務(wù)gitlab-ctl restart# 列出所有服務(wù)gitlab-ctl service-list# 查看服務(wù)狀態(tài)gitlab-ctl status

web界面訪問GitLab

在瀏覽器輸入本機(jī)ip地址,訪問gitlab,第一次訪問需要為管理員設(shè)置密碼: Centos8怎么安裝GitLab-CE 默認(rèn)的用戶是root,剛設(shè)置好密碼,可以登錄了: Centos8怎么安裝GitLab-CE

Centos8怎么安裝GitLab-CE 然后就可以創(chuàng)建project了。 Centos8怎么安裝GitLab-CE

讀到這里,這篇“Centos8怎么安裝GitLab-CE”文章已經(jīng)介紹完畢,想要掌握這篇文章的知識點(diǎn)還需要大家自己動(dòng)手實(shí)踐使用過才能領(lǐng)會(huì),如果想了解更多相關(guān)內(nèi)容的文章,歡迎關(guān)注億速云行業(yè)資訊頻道。

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI