Which is the best git hosting sw? - Gitolite vs. Gitlab vs. Gitorius [closed]
Asked Answered
A

2

59

I am looking for a git hosting environment for several users. Therefore i've searched for comparisons between Gitolite, Gitlab and Gitorius. But i get nothing what could be useful.

Is there anybody, who has experiences with different hosting tools and could provide an advice?

Apomixis answered 18/6, 2013 at 11:11 Comment(3)
There's also Gitblit which is a turn-key Git hosting solution written in Java (using JGit).Loewe
This might help you: Gitorious vs Gitlab vs GitHub: Three Git Systems. Has all the research behind the companies transition from Subversion towards Git with an analysis of the Git systems.Spam
If anyone is coming here and just wants a decision made for them, go with Gitlab. You can't really go wrong with it. Also look up Bitnami's gitlab stack if installing it sounds too hard.Becket
G
59
  • Gitolite is not a git hosting environment: it is an authorization layer, which grants or denies access to a git repo.
    It is the https or ssh layer which allows the authentication of a user, and the git repo hosting itself.
    See "How do programs like gitolite work?"
  • GitLab and Gitorious both provide git hosting, with (to my opinion) an easier installation process and more features for GitLab.

When comparing GitLab features and Gitorious features, the issue tracker is more complete, the fork and authorization levels are present, GitLab has teams and groups, webhooks, and API.
The development is more active (one release every month) on GitLab.

Update: GitLab has acquired Gitorious

Glyphography answered 18/6, 2013 at 11:22 Comment(4)
ok, thanks a lot. But what are the main features which gitlab does provide and gitorius not?Apomixis
@Apomixis I have added multiple links and edited the answer to address your comment.Glyphography
Don't forget about gitblit - gitblit.comWaxen
GitLab, hands down! It's easy to install and maintain, and an active developer community means that it is constantly evolving. I have launched it at my company and everyone loves it.Sportsmanship
C
4

You can give Gitorious and Gitlab a try at Bitnami (http://bitnami.com/stack/gitorious and http://bitnami.com/stack/gitlab) There you can download installers, virtual machines and launch cloud servers for Amazon and Azure. All of these options are free. You can launch a 1-hour demo server as well (if you just want to get a quick feeling for the app). Disclaimer: I am one of the Bitnami developers, but as stated above, the packages are completely free to use.

Chromatology answered 10/1, 2014 at 15:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.