Live data from Hacker News

GitHub Enterprise 2.0

enterprise.github.com

31–40 of 68 posts

Re: GitHub Enterprise 2.0

#31

Can someone who has used both this and Gitlab provide an insight on how the experiences differ?

GHE requires a lot more resources then GitLab (8GB/4cores min) and anything lower slows it to a crawl, which is a shame. Luckily there's now an AWS image which makes it significantly easier (deploying it now).

GHE is very social, GitLab never had that feel for me. Same feature set, really.

Re: GitHub Enterprise 2.0

#33

Can someone who has used both this and Gitlab provide an insight on how the experiences differ?

I've never used GitHub Enterprise, but my experience with GitLab is not so great. If GHE is a beefed-up GitHub, it's probably much cleaner.

My major gripe with GitLab is that it's really hard to navigate around. There are lots of links that take you somewhere other than what you'd expect. The landing page for projects is the log, you have to click a tab to see README and file structure, which I've always found clunky.

EDIT: also, GitLab's syntax highlighter gets really confused if a search result snippet starts in the middle of a string. Never seen that problem on GitHub, but it could be there, too.

Just my 2c.

Re: GitHub Enterprise 2.0

#34

Can someone who has used both this and Gitlab provide an insight on how the experiences differ?

GHE is (minus the things coming in this v2) the same as using public Github, so in my view is the superior experience to using GL (in most ways I can think of).

The issue I have ALWAYS had with GHE isn't with GHE itself but with how organisations use it, there are usually dozens of organisations that make little sense and 1000's of repos that are often empty or abandoned. It becomes a black box of repos that no one really knows the ends of.

The real improvements GitHub could make to GHE is improve the discoverability experience, it's UI/UX is inherited from public Github where people work in small(ish) groups on single projects within individual orgs. This, for me, is not the paradigm people employ in GHE.

Re: GitHub Enterprise 2.0

#35

Can someone who has used both this and Gitlab provide an insight on how the experiences differ?

GHE requires a lot more resources then GitLab (8GB/4cores min) and anything lower slows it to a crawl, which is a shame. Luckily there's now an AWS image which makes it significantly easier (deploying it now). GHE is very social, GitLab never had that feel for me. Same feature set, really.

In my experience GitLab runs well on 1 core and 1 GB. Are you also deploying it on a 8GB amazon instance? How important are GHE's social features within an enterprise environment?

Re: GitHub Enterprise 2.0

#36

Earlier quoted context omitted.

Why Ubuntu over Debian, out of curiosity? I've seen Spotify switch from Debian to Ubuntu and regretting it already.

I was part of the Ubuntu decision at GitHub, and it was based on the fact that Ubuntu gave you much longer support after the next release. Debian (at the time) only guaranteed even security updates on previous releases for one year after a new release.

Just wondering, not an attack: did you talk to the Debian project to see what resources (money or person-time) are needed to support a Debian release for a longer time?

I am asking, because Debian is a community project and in the end it gives what its community members are putting in. I am wondering about the amount of effort necessary.

It seems that they estimate it at one person, full time [1]. Which does not seem a lot, given the number of organizations that use Debian.

[1] http://www.freexian.com/en/services/debian-lts.html

Re: GitHub Enterprise 2.0

#39
post #20

Earlier quoted context omitted.

intentional ui

It's very likely buried at the bottom of features since it's the thing that's likely to make some shy away even before they see all the good features. Edit: In all honesty though, even though it does seem expensive, if you have 20 seats (20 developers), your payroll is already on the order of $1MM+, so $5k a year is almost a margin of error at that point, considering those devs use it all day every day.

it's more than 5x what Atlassian charges for the same product

Re: GitHub Enterprise 2.0

#40

Can someone who has used both this and Gitlab provide an insight on how the experiences differ?

Another one to compare it to is Atlassian Stash. It's not as full featured as GitHub but integrates really well with JIRA and Bamboo. It even has some features that GitHub doesn't, like ACLs on branches. It's significantly less expensive that GHE.

Currently, my startup is using GitLab. It does the job for the 16 or so developers we have. It has issue tracking, wiki, web hooks, merge requests. Pretty much all the same features as GitHub, but not as clean or pretty.

Post reply on HN