~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin Albisetti
  • Date: 2009-08-20 13:30:37 UTC
  • Revision ID: martin.albisetti@canonical.com-20090820133037-wx1u9ykqzfb6dufp
Tags: loggerhead-1.17
ReleaseĀ 1.17

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