安装gitlab
安装并启动
yum install -y curl policycoreutils-python openssh-server
systemctl enable sshd
systemctl start sshd
firewall-cmd --permanent --add-service=http
systemctl reload firewalld
yum install postfix -y
systemctl enable postfix
systemctl start postfix
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh | sudo bash
yum install -y gitlab-ee
gitlab-ctl reconfigure
gitlab命令
停止
gitlab-ctl stop
重载配置
gitlab-ctl reconfigure
启动
gitlab-ctl start
备份命令
gitlab-rake gitlab:backup:create
此处评论已关闭