顯示頁面舊版反向連結Fold/unfold all回到頁頂 本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。 ====== CentOS8 GitLab 安裝程序 ====== * 安裝環境 - PVE 6.2 - CentOS 8 Template * 安裝相關套件 <code sh> dnf install -y curl policycoreutils openssh-server systemctl enable sshd systemctl start sshd dnf install postfix systemctl enable postfix systemctl start postfix </code> * 安裝 GitLab Exp. 網址 http://192.168.11.237 <code sh> 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 </code> ===== 參考網址 ===== * https://about.gitlab.com/install/#centos-8 {{tag>gitlab}} tech/centos8_gitlab.txt 上一次變更: 2020/10/19 14:42由 jonathan_tsai