ubuntu安装gitlab
更新你的系统:
1 | sudo apt update |
添加GitLab仓库:
1 | curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash |
安装GitLab:
1 | sudo apt install gitlab-ee |
配置和启动GitLab:
1 | sudo vi /etc/gitlab/gitlab.rb |
访问GitLab:
在浏览器中访问https://gitlab.example.com。
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 Hexo!