摘要: GitLab 常用命令 # 启动所有 gitlab 组件:gitlab-ctl start# 停止所有 gitlab 组件:gitlab-ctl stop# 停止 postgresql 组件:gitlab-ctl stop postgresql# 停止相关数据连接服务gitlab-ctl stop 阅读全文
posted @ 2020-03-28 19:01 minger_lcm 阅读(3958) 评论(0) 推荐(0)
摘要: GitLab 主要目录 /var/opt/gitlab/git-data/repositories/:仓库默认存储目录/opt/gitlab: 应用程序代码和相应的依赖程序/var/opt/gitlab:gitlab数据存放路径 gitlab-ctl reconfigure 命令编译后的应用数据和配 阅读全文
posted @ 2020-03-28 18:59 minger_lcm 阅读(5672) 评论(1) 推荐(0)
摘要: Gitlab 安装 安装环境准备:操作系统:centos6/7内存:实验环境至少 2G,生产建议 4G 以上磁盘:至少 50G,根据生产实际仓库大小进行配置安全:关闭防火墙、selinux 安装依赖: yum install curl policycoreutils openssh-server o 阅读全文
posted @ 2020-03-28 18:45 minger_lcm 阅读(354) 评论(0) 推荐(0)
摘要: 公有远程仓库,私有仓库gitlab GitLab 私有仓库使用 GitLab 基本介绍 GitLab 是利用 Ruby on Rails 一个开源的版本管理系统,实现一个自托管的 Git 项目仓库,可通过 Web 界面进行访问公开的或者私人项目。与 Github 类似,GitLab 能够浏览源代码, 阅读全文
posted @ 2020-03-28 18:42 minger_lcm 阅读(630) 评论(0) 推荐(0)