码迷,mamicode.com
首页 > 其他好文 > 详细

gitlab 安装

时间:2018-08-06 14:35:15      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:repo   文件   技术分享   tor   status   修改   本地yum   rest   本地   

1.配置yum源

vim /etc/yum.repos.d/gitlab-ce.repo

[gitlab-ce]
name=Gitlab CE Repository
baseurl=https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/
gpgcheck=0
enabled=1

2.更新本地yum 缓存

yum makecache

技术分享图片

3.安装gitlab

yum install gitlab-ce

技术分享图片

4.启动 gitlab

gitlab gitlab-ctl reconfigure

 

5.访问 

http://192.168.64.128

技术分享图片

 

6.常用命令

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

  

 

 

gitlab 安装

标签:repo   文件   技术分享   tor   status   修改   本地yum   rest   本地   

原文地址:https://www.cnblogs.com/yun965861480/p/9416079.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!