asenchi / agitmemnon-server forked from schacon/agitmemnon-server
- Source
- Commits
- Network (2)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.bzrignore | Wed May 13 07:12:41 -0700 2009 | |
| |
.gitignore | Mon Aug 10 10:48:03 -0700 2009 | |
| |
AUTHORS | Thu Mar 05 07:26:05 -0800 2009 | |
| |
COPYING | Sun Mar 25 06:28:11 -0700 2007 | |
| |
HACKING | Sat May 02 04:11:25 -0700 2009 | |
| |
MANIFEST.in | Sat Jan 24 11:56:41 -0800 2009 | |
| |
Makefile | Tue Jun 16 07:56:42 -0700 2009 | |
| |
NEWS | Fri Jul 24 01:54:16 -0700 2009 | |
| |
README | Sun Aug 09 10:22:00 -0700 2009 | |
| |
TODO | ||
| |
bin/ | ||
| |
docs/ | Thu Apr 02 06:35:47 -0700 2009 | |
| |
dulwich.cfg | Fri May 08 09:39:17 -0700 2009 | |
| |
dulwich/ | ||
| |
setup.py | Thu Jul 23 11:31:52 -0700 2009 |
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

