安装过程参考: https://www.cnblogs.com/wenwei-blog/p/5861450.html https://ehlxr.me/2016/07/31/CentOS-%E7%B3%BB%E7%BB%9F%E4%B8%8B-GitLab-%E6%90%AD%E5%BB%BA%E4 ...
分类:
其他好文 时间:
2018-09-15 18:21:02
阅读次数:
220
一、Gitlab 安装 git clone https://github.com/PX4/Firmware.git 一、安装ssh服务 ps -e|grep ssh sudo apt-get install openssh-server sudo /etc/init.d/ssh start 二、设置 ...
分类:
其他好文 时间:
2018-09-08 15:32:37
阅读次数:
304
实验环境: 测试机:192.168.2.156 Jenkins:192.168.2.157 Gitlab:192.168.2.158 温馨提示:如果不知道,Jenkins和Gitlab安装过程~可参考本人的一下博客文章 https://www.cnblogs.com/bixiaoyu/p/95609 ...
分类:
其他好文 时间:
2018-09-01 19:19:14
阅读次数:
474
Gitlab介绍 GitLab是一个利用 Ruby on Rails 开发的开源应用程序,实现一个自托管的Git项目仓库,可通过Web界面进行访问公开的或者私人项目。 GitLab拥有与Github类似的功能,能够浏览源代码,管理缺陷和注释。可以管理团队对仓库的访问,它非常易于浏览提交过的版本并提供 ...
分类:
其他好文 时间:
2018-08-26 22:09:44
阅读次数:
234
1. 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 2.下载gitlab安装包,然后安装 2.下载gitlab安装包,然后安装 centos 7系统的下载地址:https://mirrors. ...
分类:
其他好文 时间:
2018-08-23 14:15:37
阅读次数:
716
GitLab Linux安装GitLab 安装GitLab的依赖包 sudo yum install -y curl policycoreutils-python openssh-server cronie 在系统防火墙中打开HTTP和SSH访问 sudo lokkit -s http -s ssh ...
分类:
其他好文 时间:
2018-08-20 16:33:29
阅读次数:
232
架构 关闭防火墙 关闭SELinux 安装依赖组件 下载gitlab ce仓库 。 启动邮件服务器 安装gitlab 安装omnibus gitlab ce omnibus相当于一键安装包,自动安装gitlab所依赖的所有组件 创建私钥与证书 配置gitlab 初始化所有配置 配置本地windows ...
分类:
其他好文 时间:
2018-08-15 00:36:06
阅读次数:
168
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/ gpg ...
分类:
其他好文 时间:
2018-08-06 14:35:15
阅读次数:
137
1、安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 2、设置postfix开机启动,启动postfix。 systemctl enable postfix && systemctl start ...
分类:
其他好文 时间:
2018-08-01 14:09:54
阅读次数:
128
1. GitLab 简介 GitLab 是一款基于 git 的开源代码仓库系统 GitLab 与著名的 GitHub 最大的区别就是: 允许我们搭建自己的 git 代码私有仓库,非常方便 2、安装Gitlab 安装Gitlab特别的复杂,因此这里我们使用docker搭建一款Gitlab,特别方便 ( ...
分类:
其他好文 时间:
2018-07-29 13:04:58
阅读次数:
211