PageRenderTime 36ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/app/views/helps/oauth2.html.haml

https://gitlab.com/fostertheweb/gitlab-ci
HAML | 20 lines | 16 code | 4 blank | 0 comment | 0 complexity | eeb0e371400e6ec49a09b55150451a67 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. .welcome-block
  2. %h1
  3. Welcome to GitLab CI
  4. %p
  5. GitLab CI integrates with your GitLab installation and runs tests for your projects.
  6. %h3 You need only 2 steps to set it up
  7. %ol
  8. %li
  9. In the GitLab admin area under OAuth applications create a new entry. The redirect url should be
  10. %code= callback_user_sessions_url
  11. %li
  12. Update the GitLab CI config with the application id and the application secret from GitLab.
  13. %li
  14. Restart your GitLab CI instance
  15. %li
  16. Refresh this page when GitLab CI has started again