可以阿里云购买香港机器进行尝试
安装
- 依赖1
- sudo yum install -y curl policycoreutils-python openssh-server
依赖2
- sudo yum install postfix
- sudo systemctl enable postfix
- sudo systemctl start postfix
出现错误 vim /etc/postfix/main.cf (localhost—->all)
执行安装
- curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
- sudo EXTERNAL_URL=”你想要的访问域名“ yum install -y gitlab-ce
访问
访问域名地址大陆访问域名需要备案(香港地区不需要)
设置root的密码
-
配置
gitlab-ctl reconfigure 修改配置
- gitlab-ctl start 启动
- gitlab-ctl stop 停止
- gitlab-ctl restart 重启