~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Matt Nordhoff
  • Date: 2009-06-26 09:42:43 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20090626094243-8ia9poyixoj1en6l
Pass around and use argv correctly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
LOGGERHEAD
2
2
==========
3
3
 
4
 
[ Version 1.17 for Bazaar 1.17 ]
 
4
[ Version 1.10 for Bazaar 1.6 ]
5
5
 
6
6
Loggerhead is a web viewer for Bazaar branches.  It can be used to
7
7
navigate a branch history, annotate files, perform searches... all the
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