Make GitLab CI easier to setup
The process now consists of three steps https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/gitlab-ci/README.md#getting-started
- Add url
- Run reconfigure
- Generate app id and secret in the web interface
- Add them to gitlab.rb
- Run reconfigure again
We want to make using GitLab CI as easy as possible. Can we reduce the number of steps here?
Maybe we can generate an app-id and secret when /etc/gitlab/gitlab.rb is initially written?
Asking @jacobvosmaer and @marin