~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Matt Nordhoff
  • Date: 2009-10-17 08:59:33 UTC
  • mto: (329.2.5 trailing-whitespace)
  • mto: This revision was merged to the branch mainline in revision 392.
  • Revision ID: mnordhoff@mattnordhoff.com-20091017085933-cizgmza5khtley6b
Replace "while 1" with "while True".

Actually, 3 of these were in a piece of duplicated code. Maybe it should be factored out into a function.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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:
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
 
125
121
and run in the loggerhead directory:
126
122
 
127
123
    nosetests
 
124