ubuntu16.04 上GitLab 私有化部署 和 ip方式使用Pages部署Docsify
1 安装GitLab
1 安装依赖
sudo apt-get update
sudo apt-get install curl openssh-server ca-certificates postfix
postfix configuration 中选择 internet site
2 安装GitLab
# 首先信任 GitLab 的 GPG 公钥
sudo curl https://packages.gitlab.com/gpg.key 2> /dev/null | sudo apt-key a
原创
2021-10-19 18:40:14 ·
2211 阅读 ·
2 评论