Ununtu16.04搭建GitLab服务器教程

时间:2021-03-05 13:25:21   收藏:0   阅读:0

技术图片

 GitLab官方搭建教程地址: https://about.gitlab.com/install/#ubuntu

1. 依赖包安装

  1. sudo apt-get update
  2. sudo apt-get install -y curl openssh-server ca-certificates

2.Gitlab 安装

   2.1 借用清华源安装,首先信任Gitlab的GPG公钥

       curl https://packages.gitlab.com/gpg.key 2> /dev/null | sudo apt-key add - &>/dev/null

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!