~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Michael Hudson
  • Date: 2009-02-17 04:06:27 UTC
  • mto: (270.3.2 no-more-mootools)
  • mto: This revision was merged to the branch mainline in revision 270.
  • Revision ID: michael.hudson@canonical.com-20090217040627-1lwkw8ztehezwz6x
reindent according to emacs xml-mode

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
 
 
59
50
USING A CONFIG FILE
60
51
-------------------
61
52
 
95
86
configuration is one way to do this::
96
87
 
97
88
    <Location "/branches/">
98
 
        ProxyPass http://127.0.0.1:8080/branches/
99
 
        ProxyPassReverse http://127.0.0.1:8080/branches/
 
89
        ProxyPass http://127.0.0.1:8080/
 
90
        ProxyPassReverse http://127.0.0.1:8080/
100
91
    </Location>
101
92
 
102
93
If Paste Deploy is installed, the 'serve-branches' script can be