|
|
|
|
|
by timmorgan
6212 days ago
|
|
What's gitosis? I was thinking of installing Gitorious, but from the sounds of it, it's quite complicated. Yes, it's a Rails app, but there are lots of background queued activities, cron jobs, daemons, whatever to setup alongside it for things to function right. If GitHub:FI is really as easy to install as they say it is, then it might be worth the cost for a whole lot of people (something they're counting on no doubt). Edit:
Here's the blog post I was using to judge the install complexity of Gitorious: http://erikonrails.wordpress.com/2008/05/11/how-to-get-gitor...
And after all that, several things still aren't finished: What’s left to do:
* I haven’t configured ultrasphinx, so search doesn’t work.
* I haven’t set up script/graph_generator, so there are no graphs.
* I have no idea what script/fixup_hooks does. It might be important.
|
|
gitosis is a really simple collection of scripts that basically allows you to do the same thing with git that you were able to do with SVN by hosting a repository on some server and provide SSH access to it.
Merge requests, merge notifications, easy cloning but also peripheral stuff like bug tracking, wiki and whatnot will all have to come from other places.
Gitorious on the other hand is much closer to github but it is, als you pointed out, a real pain in the butt to install and also has some really nasty assumptions about URLs and SSL in the code that make it even more painful than what it is anyways.
Combine that with no real release schedule, no integration what so ever into any eventually existing authentication infrastructure and very lacking documentation and you'll notice that Gitorious just isn't at a point where it's worth investing time into just yet.
I do think though, that the prices for GitHub:FI as they are revealed now are not really reasonable: You are paying much more than what the most expensive hosted plan costs even if you don't use their support, but you are left with the maintenance of the machine and its backups.
So you are paying more and are left with more work.
And all this because you cannot or do not want to upload your intellectual property onto a third party server (which, in my case, is even located in a foreign country with legislation not properly known to me).
So you are paying more for more work.
When you see this, you will just have to ask yourself, whether the benefits of github will justify the cost.
Installing gitorious is (at least right now) out of the question, but I had really good success with gitosis and redmine.
It's still lacking some web-based way to request (and apply) merges and stuff, but at least it's easy to set up, works and doesn't cost ~$4500/y (that about the price I would pay GitHub:FI for my 6 developers - and this one is way higher than what it cost me to install and even customize gitosis and redmine - and I had to do that once)