~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Martin Albisetti
  • Date: 2009-10-02 09:18:10 UTC
  • Revision ID: martin.albisetti@canonical.com-20091002091810-64p69q85o0r169m2
Add to the readme how to run loggerhead tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
   serve-branches options you would like.
47
47
3) Register the service
48
48
   cd /etc/init.d
49
 
   a) on upstart based systems like Ubuntu run:
 
49
   a) on upstart based systems like Ubuntu run: 
50
50
      update-rc.d loggerheadd defaults
51
51
   b) on Sysvinit based systems like Centos or SuSE run:
52
52
      chkconfig --add loggerheadd
99
99
You need to have the plugin installed and each branch indexed to allow
100
100
searching on branches.
101
101
 
102
 
 
103
102
SUPPORT
104
103
-------
105
104
 
122
121
and run in the loggerhead directory:
123
122
 
124
123
    nosetests
 
124