码迷,mamicode.com
首页 > 其他好文 > 详细

gtlab

时间:2019-08-29 17:46:57      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:lis   unicorn   get   openssh   vim   listen   pen   mirrors   python   

#安装依赖
yum install -y curl policycoreutils-python openssh-server

#下载软件包
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.2.2-ce.0.el7.x86_64.rpm

#安装gitlab
rpm -ivh gitlab-ce-10.2.2-ce.0.el7.x86_64.rpm

修改IP和端口
vim /etc/gitlab/gitlab.rb
external_url ‘http://47.107.253.153‘
unicorn[‘port‘] = 28080
nginx[‘listen_port‘] = 9811
gitlab-ctl reconfigure

gitlab-ctl stop --停止服务
gitlab-ctl reconfigure --启动服务

访问http://47.107.253.153:9811/

gtlab

标签:lis   unicorn   get   openssh   vim   listen   pen   mirrors   python   

原文地址:https://www.cnblogs.com/lc19149/p/11430963.html

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