+ Reply to Thread
Results 1 to 2 of 2

Thread: The best Web interface for Git repositories?

  1. #1
    joseph's Avatar
    joseph is offline Website Master Achievements:
    500 Experience Points1000 Experience Points5000 Experience Points10000 Experience PointsRecommendation Second Class
    joseph has disabled reputation
    Join Date
    2008-09-08
    Posts
    412

    Default The best Web interface for Git repositories?

    I've been using Git for a bit now (hosting some private projects) and would love to have something like GitHub that I could setup for my own repos.

    I've seen GitWeb, but I just don't like using it all that much. Is there anything for Git that's as slick as Warehouse for SVN?

  2. #2
    Iceman is offline Registered User Achievements:
    31 days registeredCreated Blog entry100 Experience Points500 Experience Points
    Iceman ?????????
    Join Date
    2009-10-04
    Posts
    9
    Blog Entries
    1

    Default

    I know nearly nothing about Warehouse, but there are many web interfaces for Git, see "Web Interfaces" section on InterfacesFrontendsAndTools wiki page:
    • gitweb, which is developed together with git, and is written in Perl. Works both as CGI script, and legacy mod_perl script. There is repo.or.cz duct tape (soon to be released as Girocco), which together with gitweb make for git hosting interface. I think it most commonly used web interface; it is used for example by kernel.org.
    • cgit is is a fast (caching) and lightweight webinterface written in C. It is used for example by freedesktop.org
    • git-php and ViewGit are git web interfaces written in PHP.

    If you are interested in more complete solution to hosting git repositories (like from what I can see Warehouse is), and you need source code (therefore GitHub is out), you can take a look into:
    • repo.or.cz duct tape (soon to be released as Girocco), which is set of shell scripts
    • gitorious, which like GitHub is written in Ruby, and which provides similar functionality
    • InDefero, written in PHP, is a clone of GoogleCode with git, Mercurial and Subversion browser.

    Good luck!

+ Reply to Thread

Similar Threads

  1. Replies: 0
    Last Post: 2009-10-27, 08:45 AM
  2. LXer: Sugar interface, no OLPC necessary
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-06-26, 06:44 PM
  3. LXer: 9 Great Gnome Themes with Ubuntu Repositories
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-05-06, 05:56 AM
  4. LXer: Extra Repositories for Ubuntu 8.10 You Might Want
    By edenCC in forum Technology News
    Replies: 0
    Last Post: 2009-03-15, 06:22 AM
  5. Replies: 0
    Last Post: 2009-02-27, 11:17 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts