~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to README

  • Committer: Matt Nordhoff
  • Date: 2009-10-17 09:28:42 UTC
  • mto: This revision was merged to the branch mainline in revision 406.
  • Revision ID: mnordhoff@mattnordhoff.com-20091017092842-o9oefagbqdh7ud4t
Remove trailing whitespace in the non-Python files too

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
Loggerhead will notice and refresh, and Bazaar uses its own branch
41
41
locking to prevent corruption.
42
42
 
43
 
To run loggerhead as a linux daemon: 
 
43
To run loggerhead as a linux daemon:
44
44
1) Copy loggerheadd to /etc/init.d
45
45
2) Edit the file to configure where your loggerhead is installed, and which
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
112
112
Bugs are tracked on Launchpad; start at:
113
113
 
114
114
    https://bugs.launchpad.net/loggerhead
 
115
 
 
116
 
 
117
HACKING
 
118
-------
 
119
 
 
120
To run loggerhead tests, you will need the package python-nose,
 
121
and run in the loggerhead directory:
 
122
 
 
123
    nosetests
 
124