差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

下次修改
前次修改
tech:centos8_gitlab [2020/10/19 17:47] – 建立 jonathan_tsaitech:centos8_gitlab [2020/10/19 22:42] (目前版本) – [CentOS8 GitLab 安裝程序] jonathan_tsai
行 1: 行 1:
 +====== 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 22:42
  • jonathan_tsai