centos 6 安装 gitlib

Posted kaka_jon

tags:

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

安装gitlab
-----------
1. 下载 gitlab
curl -O https://downloads-packages.s3.amazonaws.com/centos-6.5/gitlab-7.2.1_omnibus-1.el6.x86_64.rpm

2. 安装依赖
yum install openssh-server
yum install postfix
service postfix start
chkconfig postfix on

3. 安装gitlab
rpm -i gitlab-7.2.1_omnibus-1.el6.x86_64.rpm

4. 修改对外开放域名
cat /etc/gitlab/gitlab.rb
external_url ‘http://gitlab.lishen88.com‘

5. 初始化gitlab
gitlab-ctl reconfigure
lokkit -s http -s ssh

6. 通过浏览器登录,初始化账号密码:root 5iveL!fe

7. 启动和停止
gitlab-ctl stop
gitlab-ctl start

注:GitLab 默认存放目录到 /var/opt/gitlab

以上是关于centos 6 安装 gitlib的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7.6 安装配置

如何在CentOS 5/6上安装EPEL 源

Centos 6 & Centos 7安装rabbitmq3.6.15(单节点)

centos 6.3怎么安装jdk

Centos7.6安装过程

centOS6.6安装图解