views:

1722

answers:

4

Hello everyone!

I'm looking for a free opensource Git Web UI tool like GitWeb on my own remote machine. What do you prefer?

+1  A: 

I've had success with using Redmine and git. Redmine is a project management web-application with built-in git support.

Make sure to checkout the development version to get the latest features. Git support in the stable version was still a bit immature, the last time I checked.

Inshallah
The latest stable release is 0.9.1, which contains all the new git functionality.
Ton van den Heuvel
+9  A: 

I quite like Gitorious, been using it for a little while now and it's quite nice. It's similar to Github.

http://gitorious.org/gitorious

Andrei Serdeliuc
Can you point to the download for this, I can't seem to find it.
Nick Berardi
You can clone the gitorious repository here: http://www.gitorious.org/gitorious .. for installation instructions: http://www.gitorious.org/gitorious/pages/Installation
Andrei Serdeliuc
+1  A: 

Gitweb is free opensource web interface to Git.

Nevertheless you can find the list of other web interfaces and git hosting software here in "Web Interfaces" section of InterfacesFrontendsAndTools page on git wiki.

Jakub Narębski
+1  A: 

Gitalist is a perl/Catalyst web interface to git.

rlb3