GitLab

  1. GitLab
    1. 安装gitlab所需要的组件
    2. 安装包下载
      1. 方法一:
      2. 放法二:
    3. 配置gitlab访问地址
    4. 重启gitlab
    5. 登陆gitlab

GitLab

安装gitlab所需要的组件

yum install curl policycoreutils-python openssh-server openssh clients postfix -y

安装包下载

方法一:

本地下载包,上传,安装

下载安装包(任选一个):

https://omnibus.gitlab.cn/el/7/gitlab-jh-14.7.2-jh.0.el7.x86_64.rpm

https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-13.9.3-ce.0.el7.x86_64.rpm

上传到 Linux 中

执行安装命令

rpm -ivh gitlab-ce-13.9.3-ce.0.el7.x86_64.rpm

放法二:

配置 yum 源,使用 yum 安装:

新建 touch /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
gpgkey=https://packages.gitlab.com/gpg.key

然后执行

sudo yum makecache
sudo yum install gitlab-ce

配置gitlab访问地址

编辑配置文件

vim /etc/gitlab/gitlab.rb
改:32 external_url 'http://gitlab.example.com'
为:32 external_url 'ip 或 域名'

重启gitlab

# 
gitlab-ctl reconfigure
出现如下表示成功
Running handlers:
Running handlers complete
Chef Client finished, 2/501 resources updated in 37 seconds
gitlab Reconfigured!

可以使用 gitlab-ctl 管理 gitlab

gitlab-ctl status   #查看状态
gitlab-ctl start    #启动
gitlab-ctl stop     #停止
gitlab-ctl restart  #重启

登陆gitlab

git -fetch


日夜颠倒头发少 ,单纯好骗恋爱脑 ,会背九九乘法表 ,下雨只会往家跑 ,搭讪只会说你好 ---- 2050781802@qq.com

×

喜欢就点赞,疼爱就打赏

相册 说点什么