gitlab 安装

Posted python-xiakaibi

tags:

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

centos7下安装gitlab

1、首先按官网提示先安装依赖,然后执行下面命令添加yum源,选择gitlab-ce社区版
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash

2、更新本地yum缓存
sudo yum makecache

3、安装gitlab-ce
sudo yum install -y gitlab-ce

以上,即可安装完成。

 

sudo gitlab-ctl start # 启动所有 gitlab 组件;
sudo gitlab-ctl stop # 停止所有 gitlab 组件;
sudo gitlab-ctl restart # 重启所有 gitlab 组件;
sudo gitlab-ctl status # 查看服务状态;
sudo gitlab-ctl reconfigure # 启动服务;
sudo vim /etc/gitlab/gitlab.rb # 修改默认的配置文件;
gitlab-rake gitlab:check SANITIZE=true --trace # 检查gitlab;
sudo gitlab-ctl tail # 查看日志

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

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

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

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

Ubuntu docker 安装gitlab

gitlab 安装

(05)安装GitLab