~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Michael Hudson
  • Date: 2009-03-17 06:07:11 UTC
  • mto: (305.1.1 iter_changes-forevar)
  • mto: This revision was merged to the branch mainline in revision 307.
  • Revision ID: michael.hudson@canonical.com-20090317060711-r5pjavlh786q5cu9
redo the links to files within a revision, which (a) makes the non-js
experience better (b) makes the code simpler (been a while since these two
things have been combined).

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
   b) on Sysvinit based systems like Centos or SuSE run:
48
48
      chkconfig --add loggerheadd
49
49
 
 
50
 
 
51
LOGGERHEAD AS A BAZAAR PLUGIN
 
52
-----------------------------
 
53
 
 
54
This branch contains experimental support for using Loggerhead as a Bazaar
 
55
plugin.  To use it, place the top-level Loggerhead directory (the one
 
56
containing this file) at ``~/.bazaar/plugins/loggerhead``.
 
57
 
 
58
 
50
59
USING A CONFIG FILE
51
60
-------------------
52
61
 
86
95
configuration is one way to do this::
87
96
 
88
97
    <Location "/branches/">
89
 
        ProxyPass http://127.0.0.1:8080/
90
 
        ProxyPassReverse http://127.0.0.1:8080/
 
98
        ProxyPass http://127.0.0.1:8080/branches/
 
99
        ProxyPassReverse http://127.0.0.1:8080/branches/
91
100
    </Location>
92
101
 
93
102
If Paste Deploy is installed, the 'serve-branches' script can be