Centos 7搭建Gitlab服务器超详细
Posted 童年的回忆
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos 7搭建Gitlab服务器超详细相关的知识,希望对你有一定的参考价值。
1.安装policycoreutils-python
yum install policycoreutils-python
2.安装postfix
yum install postfix
sudo systemctl enable postfix
systemctl start postfix
3.下载并安装gitlab
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm
rpm -i gitlab-ce-10.0.0-ce.0.el7.x86_64.rpm
4.修改配置文件
vim /etc/gitlab/gitlab.rb
external_url \'http://54.180.195.132:8080\'
unicorn[\'port\'] = 9527
执行:
gitlab-ctl reconfigure
gitlab-ctl restart
提示 "ok: run:"表示启动成功
PS:如果出现502的解决方案
80%是因为端口号被占,需要修改端口号后重启服务
gitlab硬性要求最少4G(RAM + Swap),用htop查看cpu和内存是否爆满
gitlab-ctl tail #查看运行日志
以上是关于Centos 7搭建Gitlab服务器超详细的主要内容,如果未能解决你的问题,请参考以下文章
CentOS服务器上搭建Gitlab安装步骤中文汉化详细步骤日常管理以及异常故障排查
CentOS服务器上搭建Gitlab安装步骤中文汉化详细步骤日常管理以及异常故障排查