差異處
這裏顯示兩個版本的差異處。
| 下次修改 | 前次修改 | ||
| tech:centos8_gitlab [2020/10/19 17:47] – 建立 jonathan_tsai | tech: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 | ||
| + | </ | ||
| + | * 安裝 GitLab Exp. 網址 http:// | ||
| + | curl https:// | ||
| + | EXTERNAL_URL=" | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ===== 參考網址 ===== | ||
| + | * https:// | ||
| + | |||
| + | {{tag> | ||