gitlab安装

Posted newalan

tags:

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

参考官网安装 https://about.gitlab.com/install/#centos-6


1.安装依赖
sudo yum install -y curl policycoreutils-python openssh-server cronie
sudo lokkit -s http -s ssh
sudo yum install postfix
sudo service postfix start
sudo chkconfig postfix on


2.安装gitlab
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash
sudo EXTERNAL_URL="http://gitlab.example.com" yum -y install gitlab-ee

此处的“http://gitlab.example.com”换成你公司gitlab服务器的域名

3.修改gitlab配置文件指定服务器ip和自定义端口:

vim  /etc/gitlab/gitlab.rb
 
注意这里设置的端口不能被占用,默认是8080端口,如果8080已经使用,请自定义其它端口,并在防火墙设置开放相对应得端口
 
4.重置并启动GitLab
gitlab-ctl reconfigure
gitlab-ctl restart

5.登录
第一次登录,设置密码,并使用root用户登录

几个命令:
gitlab-ctl reconfigure
gitlab-ctl status
gitlab-ctl stop
gitlab-ctl start


几个配置文件:
/etc/gitlab/gitlab.rb
/var/opt/gitlab/gitlab-rails/etc/unicorn.rb
/var/opt/gitlab/gitlab-rails/etc/gitlab.yml
/var/opt/gitlab/nginx/conf/*

 另参考: http://www.cnblogs.com/wenwei-blog/p/5861450.html




















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

Gitlab完美安装CentOS6.5安装gitlab-6.9.2

Ubuntu docker 安装gitlab

GitLab介绍GitLab的工作流程Gitlab安装配置环境Ansible配合virtualenv安装配置

GitLab介绍GitLab的工作流程Gitlab安装配置环境Ansible配合virtualenv安装配置

gitlab 安装

(05)安装GitLab