centos 7.2 安装gitlab汉化

####################你如果搜到我的这个博客,你的系统得是centos 7的   80端口没有占用.  QQ:1394466404   这个博客维护1年

#### 多地方第一个是百度网盘链接或者第二个是命令下载rpm包(都可以下载),首先得有wget命令

http://pan.baidu.com/s/1eRJV8Bo ------------------------->>>>>>>>gitlab-ce-8.8.0-ce.0.el7.x86_64.rpm

wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-8.8.0-ce.1.el7.x86_64.rpm  

vi Gitlab.sh

#!/bin/bash

yum -y install curl openssh-server openssh-clients vim gcc gcc-c++ lrzsz
rpm -vih /root/gitlab-ce-8.8.0-ce.0.el7.x86_64.rpm
gitlab-ctl reconfigure
gitlab-ctl start
cat /opt/gitlab/embedded/service/gitlab-rails/VERSION
yum -y install git
git clone https://git.oschina.net/qiai365/gitlab-L-zh.git
cd gitlab-L-zh
git checkout -b 8-8-zh origin/8-8-zh
cp -r /opt/gitlab/embedded/service/gitlab-rails{,.ori}
gitlab-ctl stop
yes|cp -rf ../gitlab-L-zh/* /opt/gitlab/embedded/service/gitlab-rails/
gitlab-ctl start
:wq

#######################修改端口参照这个http://blog.csdn.net/vbaspdelphi/article/details/52979836

http://www.cnblogs.com/alex3714/articles/5161349.html

http://www.cnblogs.com/linhaifeng/

http://www.cnblogs.com/alex3714/articles/5765046.html

http://www.cnblogs.com/yuanchenqi/articles/7269675.html   元昊在mysql方面的建树

原文地址:https://www.cnblogs.com/S--S/p/7405035.html