linux如何检查gitlab有么有安装成功
答案:1 悬赏:0 手机版
解决时间 2021-03-24 22:06
- 提问者网友:你挡着我发光了
- 2021-03-24 19:08
linux如何检查gitlab有么有安装成功
最佳答案
- 五星知识达人网友:十鸦
- 2021-03-24 20:44
如果是 Gitlab 3.1 以后的版本
sudo -u gitlab -H bundle exec rake gitlab:app:status RAILS_ENV=production
运行上面指令查看各项指标,服务是否正常启动,文件读写权限等.
如果是 Gitlab 4.0 以后的版本
sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production
如果是 Gitlab 5.0 以后的版本
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
sudo -u gitlab -H bundle exec rake gitlab:app:status RAILS_ENV=production
运行上面指令查看各项指标,服务是否正常启动,文件读写权限等.
如果是 Gitlab 4.0 以后的版本
sudo -u gitlab -H bundle exec rake gitlab:check RAILS_ENV=production
如果是 Gitlab 5.0 以后的版本
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯