~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

[rs=me] update to loggerhead trunk to get the possible fix for 118625

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
LOGGERHEAD
2
2
==========
3
3
 
4
 
[ Version 1.10 for Bazaar 1.6 ]
 
4
[ Version 1.17 for Bazaar 1.17 ]
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
25
25
4) Paste Deploy  (optional, needed when proxying through Apache)
26
26
   On Ubuntu, `sudo apt-get install python-pastedeploy`
27
27
   or use `easy_install PasteDeploy`
 
28
5) flup (optional, needed to use FastCGI, SCGI or AJP)
 
29
   On Ubuntu, `sudo apt-get install python-flup`
 
30
   or use `easy_install flup`
28
31
 
29
32
Then simply run the 'serve-branches' with the branch you want to
30
33
serve on the command line:
40
43
Loggerhead will notice and refresh, and Bazaar uses its own branch
41
44
locking to prevent corruption.
42
45
 
43
 
To run loggerhead as a linux daemon: 
 
46
To run loggerhead as a linux daemon:
44
47
1) Copy loggerheadd to /etc/init.d
45
48
2) Edit the file to configure where your loggerhead is installed, and which
46
49
   serve-branches options you would like.
99
102
You need to have the plugin installed and each branch indexed to allow
100
103
searching on branches.
101
104
 
 
105
 
102
106
SUPPORT
103
107
-------
104
108
 
112
116
Bugs are tracked on Launchpad; start at:
113
117
 
114
118
    https://bugs.launchpad.net/loggerhead
 
119
 
 
120
 
 
121
HACKING
 
122
-------
 
123
 
 
124
To run loggerhead tests, you will need the package python-nose,
 
125
and run in the loggerhead directory:
 
126
 
 
127
    nosetests