CentOS8 GitLab 安裝程序
- 安裝環境 - PVE 6.2 - CentOS 8 Template
- 安裝相關套件
dnf install -y curl policycoreutils openssh-server systemctl enable sshd systemctl start sshd dnf install postfix systemctl enable postfix systemctl start postfix
- 安裝 GitLab Exp. 網址 http://192.168.11.237
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | bash EXTERNAL_URL="http://192.168.11.237" dnf install -y gitlab-ee