README
INTRODUCTION
This is a simple and straightforward web interface
for managing a local git server. It allows for GUI
editing of gitosis.conf and user keys.
GitHub: http://github.com/wgbartley/Munkee-Git-Admin
Home Page: http://www.garrettbartley.com/munkees-git-admin/
REQUIREMENTS
PHP 5.x (developed using 5.3.x)
INSTALL
1. Extract the source to a web directory.
2. Edit config.php and change the $gitosis_dir variable
to point to your gitosis directory.
3. Password protect using an .htaccess file.
4. Create a gitosis.conf.bak file in the same directory
as gitosis.conf for backups (optional).
COPYING
See the LICENSE file included.
AUTHORS
Garrett Bartley (http://www.garrettbartley.com)
DONATE
If you like it, use it. If you wish to say “thanks”,
I won’t say “no”! If you’re feeling spendy, check out
my Amazon wish list: http://amzn.com/w/2PTMT08JVHHAT
CHANGELOG
2010-09-04 v1.0 Garrett Bartley
* Initial release