首页 > 其他 > 详细

gitlab 安装

时间:2019-08-28 21:32:41      阅读:59      评论:0      收藏:0      [点我收藏+]
目前使用中感觉亮眼的功能:
  1作为私有代码仓库
  2软件项目管理
  3持续集成
安装:
1.环境 至少要4G内存
2.直接下载虚机映像:
5.关闭用户自行注册功能(必须管理员创建帐号) 菜单条(搬手图标)AdminArea->setting->Sign-up restrictions

 如果要开启ssh服务,参见: https://docs.bitnami.com/virtual-machine/faq/get-started/enable-ssh/

 自定义安装,参见:https://about.gitlab.com/install/#centos-7
 1. 安装gitlab https://docs.gitlab.com/omnibus/README.html#installation-and-configuration-using-omnibus-package
 2. 安装gitlab runner  https://docs.gitlab.com/runner/install/linux-manually.html
 3. 配置gitlab runner  https://docs.gitlab.com/runner/register/index.html
 4. 安装git      yum install git

6.CI持续集成文章和示例
   文章:https://blinkfox.github.io/2018/11/22/ruan-jian-gong-ju/devops/gitlab-ci-jie-shao-he-shi-yong/
              https://docs.gitlab.com/ce/ci/yaml/README.html
   示例:https://dotnetthoughts.net/building-dotnet-with-gitlab-ci/
  .net core示例:https://gitlab.com/gitlab-org/gitlab-ce/issues/46892
        http://www.ttlsa.com/docker/use-gitlab-ci-to-automatically-create-docker-images/

7.集成 plantuml
     https://blog.csdn.net/aixiaoyang168/article/details/76888254 

gitlab 安装

原文:https://www.cnblogs.com/yangzn/p/11426225.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!