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 .
GitLab 6.3 released: open-source software to collaborate on code
21–30 of 54 posts
Re: GitLab 6.3 released: open-source software to collaborate on code
#22If you prefer python, Rhodecode is free for up to 20 users https://rhodecode.com/features
Re: GitLab 6.3 released: open-source software to collaborate on code
#23looks like its quite feature rich - federation, verdict integration, plugins, active directory integration, etc and doesn't look like a github clone.
Re: GitLab 6.3 released: open-source software to collaborate on code
#24If you prefer python, Rhodecode is free for up to 20 users https://rhodecode.com/features
Re: GitLab 6.3 released: open-source software to collaborate on code
#252 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 .
Re: GitLab 6.3 released: open-source software to collaborate on code
#26there 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.
Re: GitLab 6.3 released: open-source software to collaborate on code
#27Earlier 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.
Re: GitLab 6.3 released: open-source software to collaborate on code
#282 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 .
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
#29How 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.
Re: GitLab 6.3 released: open-source software to collaborate on code
#302 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!