public
Description: Cassandra/Git backed python Git server
Homepage:
Clone URL: git://github.com/schacon/agitmemnon-server.git
name age message
file .bzrignore Wed May 13 07:12:41 -0700 2009 ignore coverage files. [jelmer]
file .gitignore Mon Aug 10 10:48:03 -0700 2009 checking for objects existance a ton faster [schacon]
file AUTHORS Thu Mar 05 07:26:05 -0800 2009 Add simple AUTHORS file. [jelmer]
file COPYING Sun Mar 25 06:28:11 -0700 2007 Make it more like a real project. Add copyrigh... [james-w]
file HACKING Sat May 02 04:11:25 -0700 2009 Mention C coding style in HACKING. [jelmer]
file MANIFEST.in Sat Jan 24 11:56:41 -0800 2009 Add manifest file to include some more docs. [jelmer]
file Makefile Tue Jun 16 07:56:42 -0700 2009 Add command for generating coverage-annotated f... [jelmer]
file NEWS Fri Jul 24 01:54:16 -0700 2009 Return object sha and mode rather than object i... [Abderrahim Kitouni]
file README Sun Aug 09 10:22:00 -0700 2009 new readme [schacon]
file TODO Sat Sep 05 11:30:46 -0700 2009 stuf [Scott Chacon]
directory bin/ Mon Sep 07 12:32:29 -0700 2009 better error handling, accepts a port to start on [schacon]
directory docs/ Thu Apr 02 06:35:47 -0700 2009 Move performance doc to docs/ and rst format. [jelmer]
file dulwich.cfg Fri May 08 09:39:17 -0700 2009 Support generating pydoctor output. [jelmer]
directory dulwich/ Mon Sep 07 12:32:29 -0700 2009 better error handling, accepts a port to start on [schacon]
file setup.py Thu Jul 23 11:31:52 -0700 2009 start working on 0.3.4. [jelmer]
README
Agitmemnon Server
=================

This is the Agitmemnon Server project.  It provides a read only Git daemon
that gets it's Git data from a Cassandra server loaded by the Ruby Agitmemnon
project.

It is a fork of the Dulwich python/git library that has added in a new data
backend and daemon script for interacting with a Agitmemnon Cassandra 
keyspace.

Setup
==================

Setup is pretty simple - compile and install the modified Dulwich library, 
then run the agit-daemon server script.

 $ cd agitmemnon-server
 $ sudo make install
 $ ./bin/agit-daemon