Easy way to setup GitLab with existing Gitolite configuration
I have an existing Gitolite configuration with many users and repositories. It is setup in the default way as the Gitolite installation guide suggests. Now I would like to add GitLab to be able to do code reviews and bug tracking. What's the most convenient way to achieve this? Original answer (January 2013) You can follow the standard installation , and indicate in your gitlab.yml config file the location of your gitolite repo, as well as the gitolite admin user. However, GitLab requires from the user to register themselves in GitLab and copy their public ssh key. That means you might need to