All Projects → birkir → Kohana Gitweb

birkir / Kohana Gitweb

GitHub 'like Repository Browser for Kohana 3.3

Programming Languages

javascript
184084 projects - #8 most used programming language

Kohana Gitweb Module

This module is an open source Git Repository web interface inspired by GitHub, built for Kohana 3.3 and uses a nice GitElephant library, that was written for Symphony.

Documentation

This project does not include any documentation other than auto generated api documentation with userguide module.

Installation

Just extract/clone the module to your modules directory. Then edit your config/gitweb.php to point to the repository you want to track.

git submodule add git://github.com/birkir/kohana-gitweb.git modules/gitweb
git submodule update --init --recursive
cd modules/gitweb
curl -s https://getcomposer.org/installer | php
php composer.phar install

Future plans

Adding Issue tracker, wikis and other stuff that GitHub has. We will be using ORM module for data source.

Other projects that made Gitweb possible

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].