- 准备安装环境
sudo apt-get update sudo apt-get install -y curl openssh-server ca-certificates
- 安装postfix
sudo apt-get install -y postfix
- 安装GitLab
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.deb.sh | sudo bash sudo EXTERNAL_URL="https://gitlab.example.com" apt-get install gitlab-ee
- 打开服务器地址进行访问
转载于:https://my.oschina.net/SundyCigoOS/blog/3082676