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

yum安装gitlab

时间:2016-12-09 22:28:36      阅读:609      评论:0      收藏:0      [点我收藏+]

标签:gitlab   centos安装gitlab   gitlab汉化   git源   

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

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


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

yum安装gitlab

标签:gitlab   centos安装gitlab   gitlab汉化   git源   

原文地址:http://hehj88.blog.51cto.com/1170706/1881317

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