~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Matt Nordhoff
  • Date: 2009-10-21 10:51:40 UTC
  • mfrom: (389.2.7 pep8-2009-10)
  • mto: This revision was merged to the branch mainline in revision 406.
  • Revision ID: mnordhoff@mattnordhoff.com-20091021105140-wg0am6fp92i3cg2e
Merge pep8-2009-10, fixing conflicts

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:
49
46
   serve-branches options you would like.
50
47
3) Register the service
51
48
   cd /etc/init.d
52
 
   a) on upstart based systems like Ubuntu run: 
 
49
   a) on upstart based systems like Ubuntu run:
53
50
      update-rc.d loggerheadd defaults
54
51
   b) on Sysvinit based systems like Centos or SuSE run:
55
52
      chkconfig --add loggerheadd