标签:停止 默认的配置 常用命令 .sh pre tps stop figure pac
centos 7.4 安装gitlab
#curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | bash #yum install gitlab-ce-8.13.5-ce.0.el7.x86_64
sudo gitlab-ctl start # 启动所有 gitlab 组件;
sudo gitlab-ctl stop # 停止所有 gitlab 组件;
sudo gitlab-ctl restart # 重启所有 gitlab 组件;
sudo gitlab-ctl status # 查看服务状态;
sudo gitlab-ctl reconfigure # 启动服务;
sudo vim /etc/gitlab/gitlab.rb # 修改默认的配置文件;
gitlab-rake gitlab:check SANITIZE=true --trace # 检查gitlab;
sudo gitlab-ctl tail # 查看日志;
标签:停止 默认的配置 常用命令 .sh pre tps stop figure pac
原文地址:https://www.cnblogs.com/xzlive/p/10300118.html