linux如何检查gitlab有么有安装成功
发布网友
发布时间:2022-04-23 16:12
我来回答
共1个回答
热心网友
时间:2022-04-10 21:23
如果是 Gitlab 3.1 以后的版本
sudo -u gitlab -H bundle exec rake gitlab:app:status RAILS_ENV=proction
运行上面指令查看各项指标,服务是否正常启动,文件读写权限等.
如果是 Gitlab 4.0 以后的版本
sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=proction
如果是 Gitlab 5.0 以后的版本
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=proction