Live data from Hacker News

GitLab 6.3 released: open-source software to collaborate on code

blog.gitlab.org

21–30 of 54 posts

Re: GitLab 6.3 released: open-source software to collaborate on code

#21
post #15

2 biggest downsides to GitLab: 1) It's a resource hog. Big time. 2) It's incredibly hard to set up. The installation instructions and the development instructions are essentially the same. Key point, an end user should never have to `bundle install`, ever .

I don't know about the resources part, but the installation should be easy using Bitnami

http://bitnami.com/stack/gitlab

Re: GitLab 6.3 released: open-source software to collaborate on code

#25
post #15

2 biggest downsides to GitLab: 1) It's a resource hog. Big time. 2) It's incredibly hard to set up. The installation instructions and the development instructions are essentially the same. Key point, an end user should never have to `bundle install`, ever .

@2) Maybe in an older version, but not anymore. The installation is not as nice as in a single apt-get call, but the install documentation makes a setup a matter of copy'n'paste.

Re: GitLab 6.3 released: open-source software to collaborate on code

#26

there is also http://gitblit.com - only dependency is java. looks like its quite feature rich - federation, verdict integration, plugins, active directory integration, etc and doesn't look like a github clone.

We are using gitblit. Installation and use is super easy. We have integrated it with LDAP for authentication and Jenkins for auto builds using hooks.

Re: GitLab 6.3 released: open-source software to collaborate on code

#27
post #10
post #9

Earlier quoted context omitted.

I've had to compare the two. At the current state, Stash is better than GitLab in almost all ways. Better UI, more features and other small things that make a big difference (e.g. repo sync). GitLab, on the other hand, has two advantages over Stash. Firstly it's open source (+free). Secondly and most importantly, GitLab is under active development and there is a new release with reasonable amount of content every mon…

I was trying out GitLab EE and ran into some install issues on RHEL5 (which were solvable - http://www.digitalsanctuary.com/tech-blog/general/installing... ). However even after a couple days I was unable to get the LDAP integration and LDAP group permissions to work correctly. GitLab support wasn't able to solve it for me, so I tried Stash. 30 minutes later, up and running the way I wanted it.

Hi Modoc, GitLab.com co-founder here. I'm sorry to hear you GitLab.com support did not solve your problem to your satisfaction. Supporting our customers is our main priority. Feel free to email me at sytse@gitlab.com if you want to give us feedback about what happend.

Re: GitLab 6.3 released: open-source software to collaborate on code

#28
post #15

2 biggest downsides to GitLab: 1) It's a resource hog. Big time. 2) It's incredibly hard to set up. The installation instructions and the development instructions are essentially the same. Key point, an end user should never have to `bundle install`, ever .

I maintain a set of Chef cookbooks (more Ruby, I'm afraid ;)) that includes a cookbook for GitLab[1]. The cookbook may not be the best, but it has been serving us well. There are numerous other Chef cookbooks for GitLab.

IMHO GitLab is easy to set up compared to something like Postfix. Making a GitLab server do what it's supposed to do is straightforward. You just follow all the steps. Making Postfix work as a proper mail server is kinda a mess.

[1]: https://github.com/phunehehe/chef-cookbooks/tree/master/gitl...

Re: GitLab 6.3 released: open-source software to collaborate on code

#29

How does GitLab compares to Gerrit? At work we are massively using Gerrit and loving it, but as I can see, GitLab has also a neat CI integration.

GitLab.com co-founder here. GitLab has merge requests to do code review for feature branches. These include assignments and line comments. You can't assign a review to multiple people but it is easy to mention people to get them to chime in. Also, it has +1 & -1 voting aggregation :-)

Re: GitLab 6.3 released: open-source software to collaborate on code

#30
post #17
post #15

2 biggest downsides to GitLab: 1) It's a resource hog. Big time. 2) It's incredibly hard to set up. The installation instructions and the development instructions are essentially the same. Key point, an end user should never have to `bundle install`, ever .

Agreed on both counts - I blame Ruby. We enjoy using it, but to new users I would recommend looking into gitbucket https://github.com/takezoe/gitbucket written in scala and no install necessary!

I didn't know about gitbucket and just tried it. It is a war file that brings everything. It is easy to setup and can run standalone for tests: java -jar gitbucket.war. The UI is mostly github. First impression is really good.
Post reply on HN