Cài đặt Git
Yêu cầu hệ thống
Bước 1: Cài đặt GitLab CE trên CentOS 7/8 (Community Edition)
sudo yum install -y curl policycoreutils-python openssh-server postfix sudo systemctl enable sshd postfix sudo systemctl start sshd postfixcurl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bashsudo EXTERNAL_URL="http://your-domain-name.com" yum install -y gitlab-cesudo gitlab-ctl reconfigure
Bước 2: Cấu hình GitLab (Tùy chọn)
Lưu ý
Last updated