Skip to content
代码片段 群组 项目
提交 e4da9d7c 编辑于 作者: Jeroen van Baarsen's avatar Jeroen van Baarsen
浏览文件

Merge pull request #7433 from bbodenmiller/patch-1

add application check commands to 5.0 to 5.1 upgrade guide
No related branches found
No related tags found
无相关合并请求
......@@ -69,3 +69,22 @@ mysql> \q
## 7. Start application
sudo service gitlab start
## 8. Check installation
```bash
# In 5-10 seconds lets check gitlab-shell
sudo -u git -H /home/git/gitlab-shell/bin/check
# Example of success output
# Check GitLab API access: OK
# Check directories and files:
# /home/git/repositories: OK
# /home/git/.ssh/authorized_keys: OK
# Now check gitlab instance
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
```
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册