1. 程式人生 > >gitlab安裝

gitlab安裝

gitlab

說明:本來沒計劃寫這篇安裝部署文章的,今天部署GitLab時,卻發現與以往的版本不太一樣,所以記錄下,備忘(其實官網的手冊寫的已經蠻詳細了)。

1、安裝依賴關系
yum -y install curl policycoreutils openssh-server openssh-clients postfix
2、添加GitLab包並安裝
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
3、配置並開始GitLab
sudo gitlab-ctl reconfigure
4、使用用戶名和密碼登錄


a)在瀏覽器裏直接輸入本地GitLab的IP,首次登錄會提示要更改默認的密碼

技術分享

b)使用默認用戶名root以及密碼登錄到GitLab技術分享

c)進入到GitLab界面

技術分享





本文出自 “冰凍vs西瓜” 博客,請務必保留此出處http://molewan.blog.51cto.com/287340/1940011

gitlab安裝