我在Debian 7上安装了Gitlab Omnibus(gitlab_7.8.0-omnibus-1_amd64.deb
)。
我已经发布了gitlab-ci
。
现在我在 gitlab-ci welcome 页面上有以下消息。
您只需要两个步骤进行设置。
在OAuth应用程序下的GitLab管理区域中,创建一个新条目。重定向网址应为http://ci.xxx.xxx/user_sessions/callback
- 醇>
使用应用程序ID和GitLab中的应用程序密钥更新GitLab CI配置。
所以我在gitlab中创建了ci应用程序条目,并将此行添加到我的gitlab.rb中:
gitlab_ci['gitlab_server'] = { 'url' => 'http://gitlab.xxx.xxx', 'app_id' => '3c...f4', 'app_secret' => '8a...af' }
我做了gitlab-ctl reconfigure
,没有发生错误。
但我仍然在gitlab-ci上看到欢迎/配置页面。
所以我错过了完成我的 ci< - > gitlab 链接配置?
答案 0 :(得分:0)
感谢Brian 所以我已经通过升级到7.8.1解决了这个问题(通过将权利改为unicorn日志修复了错误HTTP 502)