Are there alternatives to gitosis that are easier to use?
I currently run gitosis on a Ubuntu server for my lab. We regularly add new users and repos. I find the gitosis.conf
syntax non-intuitive, and if I make even a minor mistake the whole gitosis system fails, see for example this question on SO. When gitosis fails it also kills access to the git repository that contains gitosis.conf
... go figure... There must be a better way.
I've thought about private GitHub accounts, but is there anything else that I could host locally?
I ended up just paying for GitHub. Here is what I tried:
Gitolite: The install is actually tricky. I ran into lots of SSH key trouble which was compounded by the fact that I first tried installing from a windows workstation. Also, Gitolite requires a server running Git 1.6, but Ubuntu stable on my server only runs Git 1.5. I could have compiled newer git from source, but by that point I had already sank 3 hours into my gitolite install.
Gitorious: Gitorious requires ruby, mysql, and a gazillion gems and packages. As @calmh said,
Gitorious is wonderful when up and running. It's a nightmare to get there...
At that point I decided to go with GitHub:
Final thought: It would be great if TurnkeyLinux could one day improve their revision control appliance to include gitorious by default.