~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Michael Hudson
  • Date: 2009-08-04 04:51:44 UTC
  • Revision ID: michael.hudson@canonical.com-20090804045144-o81w2bjdajr50a79
the only place setuptools was imported was to report its version, which is silly! (bug #402758)

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
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`
31
28
 
32
29
Then simply run the 'serve-branches' with the branch you want to
33
30
serve on the command line:
43
40
Loggerhead will notice and refresh, and Bazaar uses its own branch
44
41
locking to prevent corruption.
45
42
 
46
 
To run loggerhead as a linux daemon:
 
43
To run loggerhead as a linux daemon: 
47
44
1) Copy loggerheadd to /etc/init.d
48
45
2) Edit the file to configure where your loggerhead is installed, and which
49
46
   serve-branches options you would like.
102
99
You need to have the plugin installed and each branch indexed to allow
103
100
searching on branches.
104
101
 
105
 
 
106
102
SUPPORT
107
103
-------
108
104
 
116
112
Bugs are tracked on Launchpad; start at:
117
113
 
118
114
    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