cd /home/git/gitlab/ sudo -u git -H vi config/gitlab.yml sudo -u git -H vi /home/git/gitlab-shell/config.yml wget -O /etc/nginx/conf.d/gitlab.conf https://gitlab.com/gitlab-org/gitlab-ce/raw/master/lib/support/nginx/gitlab-ssl vi /etc/nginx/conf.d/gi…
1. 安装和配置必要的依赖库 sudo yum install -y curl policycoreutils-python openssh-server # the commands below will also open HTTP and SSH access in the system firewall sudo systemctl enable sshd sudo systemctl start sshd sudo firewall-cmd --permanent --add-serv…