~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Matt Nordhoff
  • Date: 2010-03-29 06:45:54 UTC
  • Revision ID: mnordhoff@mattnordhoff.com-20100329064554-nkbolh7r6ppz5f20
Mark the plugin as compatible with bzr 2.2

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`
28
31
 
29
32
Then simply run the 'serve-branches' with the branch you want to
30
33
serve on the command line:
46
49
   serve-branches options you would like.
47
50
3) Register the service
48
51
   cd /etc/init.d
49
 
   a) on upstart based systems like Ubuntu run:
 
52
   a) on upstart based systems like Ubuntu run: 
50
53
      update-rc.d loggerheadd defaults
51
54
   b) on Sysvinit based systems like Centos or SuSE run:
52
55
      chkconfig --add loggerheadd