~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Matt Nordhoff
  • Date: 2009-10-09 16:23:47 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20091009162347-yycmggfhs8r0xsk0
serve_http was passing a transport to BranchesFromTransportRoot, not an URL.

This is a waste of a transport object, but oh well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
Loggerhead will notice and refresh, and Bazaar uses its own branch
41
41
locking to prevent corruption.
42
42
 
43
 
To run loggerhead as a linux daemon: 
 
43
To run loggerhead as a linux daemon:
44
44
1) Copy loggerheadd to /etc/init.d
45
45
2) Edit the file to configure where your loggerhead is installed, and which
46
46
   serve-branches options you would like.
112
112
Bugs are tracked on Launchpad; start at:
113
113
 
114
114
    https://bugs.launchpad.net/loggerhead
 
115
 
 
116
 
 
117
HACKING
 
118
-------
 
119
 
 
120
To run loggerhead tests, you will need the package python-nose,
 
121
and run in the loggerhead directory:
 
122
 
 
123
    nosetests
 
124