1. 程式人生 > >wdcp升級php5.8到php7.1.12後安裝gitlab

wdcp升級php5.8到php7.1.12後安裝gitlab

tables blog iptable util tor com check bubuko openssh

1.安裝依賴包
sudo yum install -y curl policycoreutils-python openssh-server cronie

2.使用清華大學開源軟件鏡像源安裝 vim /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
3.更新本地YUM緩存
yum makecache
4.自動安裝最新版本 yum install gitlab-ce
5.修改配置文件/etc/gitlab/gitlab.rb,綁定域名 vim /etc/gitlab/gitlab.rb external_url ‘http://gitlab.zouke.com‘ 6.啟動GitLab,使得配置生效 gitlab-ctl reconfigure 7.配置訪問gitlab域名 vim /var/opt/gitlab/nginx/conf/gitlab-http.conf 技術分享圖片 技術分享圖片 8.開放8083端口 iptables -I INPUT -m tcp -p tcp --dport 8083 -j ACCEPT 9.重啟所有 gitlab 組件

gitlab-ctl restart

10.訪問gitlab http://gitlab.zouke.com:8083/

gitlab安裝參考博文:

GitLab Installation

GitLab搭建及配置

三十分鐘完成 Gitlab 搭建安裝指南(支持 HTTPS 訪問)

wdcp升級php5.8到php7.1.12後安裝gitlab