码迷,mamicode.com
首页 > Web开发 > 详细

wdcp升级php5.8到php7.1.12后安装gitlab

时间:2018-07-11 00:58:56      阅读:497      评论:0      收藏:0      [点我收藏+]

标签:搭建   bubuko   新版本   ima   start   epo   分享图片   inf   art   

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

标签:搭建   bubuko   新版本   ima   start   epo   分享图片   inf   art   

原文地址:https://www.cnblogs.com/zouke1220/p/9292158.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!