GitWeb

Software Screenshot:
GitWeb
Software Details:
Version: 0.4
Upload Date: 11 May 15
Developer: Gael Pasgrimaud
Distribution Type: Freeware
Downloads: 11

Rating: 4.0/5 (Total Votes: 1)

GitWeb is a git_http_backend.py fork using Webob.

Installation

With easy_install:

easy_install GitWeb

Get the source:

git clone git://github.com/gawel/GitWeb.git

Usage

The gunicorn WSGI server is recommended since it have a great support of chunked transfer-encoding.

Here is a simple Paste config file:

[server:main]
use = egg:gunicorn
port = 8080

[app:main]
use = egg:GitWeb
content_path = %(here)s/repos
auto_create = true


Now try:

git clone . http://localhost:8080/repo.git

Requirements:

  • Python
  • GIT

Other Software of Developer Gael Pasgrimaud

Comments to GitWeb

Comments not found
Add Comment
Turn on images!