溫馨提示×

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

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

gitlab的安裝以及漢化

發(fā)布時(shí)間:2020-05-30 18:28:48 來(lái)源:網(wǎng)絡(luò) 閱讀:392 作者:小小三郎1 欄目:系統(tǒng)運(yùn)維

參考文檔:

https://www.cnblogs.com/dreamrobot/p/9663231.html

https://www.jianshu.com/p/a797018917be


1.下載rpm包?
wget?https://mirror.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-11.11.3-ce.0.el7.x86_64.rpm

2.安裝rpm
yum??localinstall?gitlab-ce-11.11.3-ce.0.el7.x86_64.rpm

3.修改/etc/gitlab/gitlab.rb
external_url?''??##可以是ip加端口?

4.重載配置文件
gitlab-ctl??reconfigure

5.啟動(dòng)
gitlab-ctl??start??

6.漢化(下載相應(yīng)版本的中文包的gitlab)
git?clone?https://gitlab.com/xhang/gitlab.git??-b??v11.11.3-zh

7.解壓漢化包?并覆蓋原來(lái)的(漢化前先停止服務(wù)?gitlab-ctl??stop)
cp?-r?-f??./gitlab/*??/opt/gitlab/embedded/service/gitlab-rails/?

8.重載配置文件然后啟動(dòng)
gitlab-ctl?reconfigure
gitlab-ctl??start


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

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

AI