GitWeb

WSGI application to serve a git repository
Download

GitWeb Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Gael Pasgrimaud
  • Publisher web site:
  • http://www.gawel.org/

GitWeb Tags


GitWeb Description

WSGI application to serve a git repository GitWeb is a git_http_backend.py fork using Webob.InstallationWith easy_install:easy_install GitWebGet the source:git clone git://github.com/gawel/GitWeb.gitUsageThe gunicorn WSGI server is recommended since it have a great support of chunked transfer-encoding.Here is a simple Paste config file:use = egg:gunicornport = 8080use = egg:GitWebcontent_path = %(here)s/reposauto_create = trueNow try:git clone . http://localhost:8080/repo.git Requirements: · Python · GIT


GitWeb Related Software