Blob Blame Raw
ProGit
======

:Author: Pierre-Yves Chibon <pingou@pingoured.fr>


ProGit isa light-weight web-interface for git repo based on pygit2.

Ultimately, there are bigger plans for ProGit but let's start small and
improve from there.

Homepage: https://github.com/pypingou/ProGit

Get it running
==============

* Retrieve the sources::

    git clone git://github.com/pypingou/progit


* Create the folder that will receive the projects, forks and docs' git repo::

    mkdir {repos,docs,forks}


* Run it::

    ./runserver.py


This will launch the application at http://127.0.0.1:5000