Centos6.5 yum源安装gitlab

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos6.5 yum源安装gitlab相关的知识,希望对你有一定的参考价值。

1. 安装配置依赖项

如果已经安装了Postfix来发送邮件请在安装期间选择 ‘Internet Site‘ . 你也可以用Sendmail或者 使用自定义的SMTP服务器来代替Postfix. 如果希望使用 Exim, 请 把它当做SMTP来配置.

在Centos 6和7上, 下面的命令也会配置系统防火墙,把HTTP和SSH端口开放.

sudo yum install curl openssh-server postfix cronie
sudo service postfix start
sudo chkconfig postfix on
sudo lokkit -s http -s ssh

2. 添加并安装GitLab软件包

curl http://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh | sudo bash
sudo yum install gitlab-ce

如果不习惯这种通过管道命令安装的方式,可以在这里找到完整的安装脚本.或者你可以 选择对应系统的GitLab安装包 并使用下面的命令进行安装


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

curl -LJO http://mirror.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/gitlab-ce-XXX.rpm/downloadrpm -i gitlab-ce-XXX.rpm

3. 配置和使用GitLab

sudo gitlab-ctl reconfigure

4. 在浏览器访问GitLab主机名

Username: root 
Password: 5iveL!fe


gitlab 源  https://mirror.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/


汉化:

yum install patch -y

patch -d /opt/gitlab/embedded/service/gitlab-rails -p1 < 8.5.2.diff

需要最新版本汉化包的密我。


本文出自 “军哥博客” 博客,转载请与作者联系!

以上是关于Centos6.5 yum源安装gitlab的主要内容,如果未能解决你的问题,请参考以下文章

CentOS6.5配置网易163做yum源

Centos6.5 nodejs6.6 yum源安装

CentOS6.5 修改yum源

centos6.5安装MySQL5.7(使用yum源安装方法)

基于虚拟机的centos6.5 搭建本地光盘yum源

CentOS6.5 配置本地Yum源