Changes between Version 18 and Version 19 of Download/SCDB
- Timestamp:
- Oct 17, 2006, 11:42:53 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download/SCDB
v18 v19 51 51 One should also edit {{{build-tag.pl}}} file, look for {{{JAVA_HOME}}}, {{{$repo}}} and {{{$cache}}}. 52 52 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. 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. 54 55 The SVN repository should belong to the identity that run the web server: 56 57 {{{ 58 chown -R apache:apache /var/svn/quattor 59 }}} 54 60 55 61 == DHCP and TFTPD installation ==