首页 > 其他 > 详细

centos7 部署gitlab并汉化

时间:2020-08-27 15:19:39      阅读:69      评论:0      收藏:0      [点我收藏+]

首先准备工作:

下载wget

yum install -y vim

yum install -y wget

cd /usr/local

wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/gitlab-ce-10.0.2-ce.0.el6.x86_64.rpm

关闭防火墙

service iptables stop

chkconfig iptables off

获取GitLab汉化包

安装git:yum install -y git

安装gitlab依赖:yum -y install policycoreutils openssh-server openssh-clients postfix cronie policycoreutils-python

启动postfix,并设置为开机启动

service postfix start

chkconfig postfix on

安装rpm包

cd /usr/local

rpm -ivh gitlab-ce-10.0.2-ce.0.el6.x86_64.rpm

修改配置文件gitlab.rb

vim /etc/gitlab/gitlab.rb

external_url ‘http://ip:8081‘

 

gitlab-ctl reconfigure

gitlab-ctl restart

后续待补充...

yum install -y vim

centos7 部署gitlab并汉化

原文:https://www.cnblogs.com/chaihy/p/13570911.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!