~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README.txt

  • Committer: Michael Hudson
  • Date: 2009-03-16 23:01:40 UTC
  • Revision ID: michael.hudson@canonical.com-20090316230140-ydm0xm0jghg6v5dq
it seems that double url-encoding the revid we put in the +revlog url is
necessary to avoid assorted bits of cleverness in random toolchains.

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