Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.46 KB

README.rst

File metadata and controls

52 lines (35 loc) · 1.46 KB

klaus

a simple Git web viewer that Just Works™. (beta quality)

Demo at http://klausdemo.lophus.org

img1 img2 img3

Installation

All the big messy refactory from jonashaag's fork was to be able to do this:

virtualenv your-env
source your-env/bin/activate
pip install git+http://github.com/Mistobaan/klaus.git#egg=klaus

Usage

Using the klaus script

klaus --help
klaus <host> <port> /path/to/repo1 [../path/to/repo2 [...]]

Example:

klaus 127.0.0.1 8080 ../klaus ../nano ../bjoern

This will make klaus serve the klaus, nano and bjoern repos at 127.0.0.1:8080 using Python's built-in wsgiref server (or, if installed, the bjoern server).

Using a real server

The klaus/application.py module contains a WSGI application object.