Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Original answer (January 2013)</p> <p>You can follow the <a href="https://github.com/gitlabhq/gitlabhq/blob/master/doc/install/installation.md" rel="nofollow noreferrer">standard installation</a>, and indicate in your <strong><a href="https://github.com/gitlabhq/gitlabhq/blob/master/config/gitlab.yml.example#L106-L121" rel="nofollow noreferrer"><code>gitlab.yml</code> config file</a></strong> the location of your gitolite repo, as well as the gitolite admin user.</p> <p>However, GitLab requires from the user to register themselves in GitLab and copy their public ssh key.<br> That means you might need to adapt the way gitolite has stored existing gitolite users, since the name you have used is likely to be different than the name used by GitLab (it uses a name based on the <code>login_email_auuid</code>).</p> <hr> <p>Update (August 2018, 5 years later):</p> <p>As <a href="https://stackoverflow.com/questions/14523876/easy-way-to-setup-gitlab-with-existing-gitolite-configuration/14524320#comment91175072_14524320">commented below</a> by <a href="https://stackoverflow.com/users/605586/thomas">Thomas</a>, a few months after this answer, GitLab <a href="https://about.gitlab.com/2013/02/12/gitlab-without-gitolite/" rel="nofollow noreferrer">released GitLab 5.0, without gitolite</a>.</p> <blockquote> <p>Now I would like to add GitLab to be able to do code reviews and bug tracking.<br> What's the most convenient way to achieve this?</p> </blockquote> <p>These days (2018, GitLab 11.2.x), code review is supported through <strong><a href="https://docs.gitlab.com/ce/gitlab-basics/add-merge-request.html" rel="nofollow noreferrer">merge request</a></strong> (it has been so since a few years already).<br> See:</p> <ul> <li>"<a href="https://about.gitlab.com/2017/03/17/demo-mastering-code-review-with-gitlab/" rel="nofollow noreferrer"><strong>Demo: Mastering code review with GitLab</strong></a>" from <a href="https://twitter.com/emvonhoffmann" rel="nofollow noreferrer"><strong>Emily von Hoffmann</strong></a>,</li> <li>"<strong><a href="https://yalantis.com/blog/code-review-via-gitlab-merge-requests-code-review-must/" rel="nofollow noreferrer">Code Review Via GitLab Merge Requests</a></strong>" from <strong><a href="https://stackoverflow.com/users/759685/maxim-letushov">Maxim Letushov</a></strong>.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload