gitlab的安装
Posted jimmy_xuli
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gitlab的安装相关的知识,希望对你有一定的参考价值。
gitlab的安装
一.安装依赖的安装包
yum install curl policycoreutils openssh-server openssh-clients
systemctl enable sshd
systemctl start sshd
yum install postfix
systemctl enable postfix
systemctl start postfix
firewall-cmd --permanent --add-service=http
systemctl reload firewalld
二安装gitlab文件
[[email protected] ~]# rpm -ivh gitlab-ce-8.9.11-ce.0.el7.x86_64.rpm
三.配置配置文件
[[email protected] ~]# vim /etc/gitlab/gitlab.rb
external_url ‘http://10.0.0.12‘ #修改访问地址,揉过映射过域名,可写域名。
四.执行自动化配置安装文件,并读取配置文件
[[email protected] ~]# gitlab-ctl reconfigure
以上是关于gitlab的安装的主要内容,如果未能解决你的问题,请参考以下文章
Gitlab完美安装CentOS6.5安装gitlab-6.9.2
GitLab介绍GitLab的工作流程Gitlab安装配置环境Ansible配合virtualenv安装配置