Changes between Version 18 and Version 19 of Download/SCDB


Ignore:
Timestamp:
Oct 17, 2006, 11:42:53 AM (19 years ago)
Author:
Yannick Patois
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v18 v19  
    5151One should also edit {{{build-tag.pl}}} file, look for {{{JAVA_HOME}}}, {{{$repo}}} and {{{$cache}}}.
    5252
    53 The SVN repository have to be accessed by {{{http(s):}}} method (not {{{file:}}}, this imply installation and configuration of {{{mod_dav_svn}}} for Apache.
     53The SVN repository have to be accessed by {{{http(s):}}} method (not {{{file:}}}), this imply installation and configuration of {{{mod_dav_svn}}} for Apache.
     54
     55The SVN repository should belong to the identity that run the web server:
     56
     57{{{
     58chown -R apache:apache /var/svn/quattor
     59}}}
    5460
    5561== DHCP and TFTPD installation ==