~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/admin-guide/code-browsing.txt

  • Committer: Neil Martinsen-Burrell
  • Date: 2009-12-11 00:00:04 UTC
  • mto: (4892.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4893.
  • Revision ID: nmb@wartburg.edu-20091211000004-zwb6gatjrsig4q1g
Fixes from Vicent and Martins reviews

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
Loggerhead
12
12
----------
13
13
 
14
 
Loggerhead is a code browsing interface for Bazaar branches (originally
15
 
developed for Launchpad).  To see an example of Loggerhead in action, browse
16
 
to http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/files which is the
17
 
loggerhead view of Bazaar's trunk branch.  Loggerhead runs as a web
18
 
application on the server which is accessed over HTTP via a RESTful interface.
19
 
It is possible to run this application on its own dedicated port as
20
 
``http://www.example.com:8080`` or to proxy this location behind a separate
21
 
web server, for example at ``http://www.example.com/loggerhead/``.  We will
22
 
discuss both of these configurations below.
 
14
Loggerhead_ is a code browsing interface for Bazaar branches (now used in
 
15
Launchpad).  To see an example of Loggerhead in action, browse to
 
16
http://bazaar.launchpad.net/~bzr-pqm/bzr/bzr.dev/files which is the loggerhead
 
17
view of Bazaar's trunk branch.  Loggerhead runs as a web application on the
 
18
server which is accessed over HTTP via a RESTful interface.  It is possible to
 
19
run this application on its own dedicated port as
 
20
``http://www.example.com:8080`` or to proxy this location behind a separate web
 
21
server, for example at ``http://www.example.com/loggerhead/``.  We will discuss
 
22
both of these configurations below.
 
23
 
 
24
.. _Loggerhead: http://launchpad.net/loggerhead
23
25
 
24
26
Requirements
25
27
~~~~~~~~~~~~
47
49
 
48
50
Although directions for installing these on Ubuntu Linux are given, most other
49
51
Linux distributions should package these dependencies, making installation
50
 
easy.  For Windows and Mac OS X, the should all be ``easy_install``-able or at
 
52
easy.  For Windows and Mac OS X, they should all be ``easy_install``-able or at
51
53
worst installable from the Python sources.
52
54
 
53
55
Built-in Web Server