Diff for /doc/build/fedora_install.frag between versions 1.7 and 1.11

version 1.7, 2004/06/11 14:50:58 version 1.11, 2004/07/15 14:35:38
Line 141  exist:  (<b>Note:</b> Line 141  exist:  (<b>Note:</b>
 </p>  </p>
 <p>  <p>
 <pre>  <pre>
 rpm -e `rpm -q -a | grep httpd`  
 rpm -e `rpm -q -a | grep mod_perl`  rpm -e `rpm -q -a | grep mod_perl`
   rpm -e `rpm -q -a | grep httpd`
 </pre>  </pre>
 </p><p>  </p><p>
 If the above commands returns no output (the usual indicator of success), or an  If the above commands returns no output (the usual indicator of success), or an
Line 176  rpm -Uvh *rpm Line 176  rpm -Uvh *rpm
 cd ../GD  cd ../GD
 rpm -Uvh *rpm  rpm -Uvh *rpm
 cd ../gnuplot  cd ../gnuplot
 rpm --install --oldpackage readline-2.2.1-6.i386.rpm  rpm -Uvh *rpm
 rpm --install --oldpackage --excludedocs libpng-1.0.12-2.i386.rpm  
 rpm -Uvh gnuplot-3.7.1-5.i386.rpm libgd-1.3-4.i386.rpm ncurses4-5.0-5.i386.rpm  
 cd ../misc  cd ../misc
 rpm -Uvh *rpm  rpm -Uvh *rpm
 cd ..  cd ..
Line 194  cd .. Line 192  cd ..
         repackaged from the Redhat sources with the name 'mod_perl_1' in          repackaged from the Redhat sources with the name 'mod_perl_1' in
         order to prevent version 1.99 of mod_perl from being installed by           order to prevent version 1.99 of mod_perl from being installed by 
         yum or other package managers.</li>          yum or other package managers.</li>
     <li>A specific version of Gnuplot is required by LON-CAPA.  Do not  
         install a version different from the one included in the LON-CAPA  
         installation package.  We're still working on using gnuplot 4.0 which  
         recently came out.</li>  
 </ul>  </ul>
 </p>  </p>
   
Line 276  appropriate user name and your domain. Line 270  appropriate user name and your domain.
 cd /root/loncapa-N.N/loncom/build  cd /root/loncapa-N.N/loncom/build
 perl make_domain_coordinator.pl USERNAME DOMAIN  perl make_domain_coordinator.pl USERNAME DOMAIN
 (WILL PROMPT FOR PASSWORD HERE)  (WILL PROMPT FOR PASSWORD HERE)
   mkdir ~USERNAME/public_html
   chown USERNAME:www ~USERNAME/public_html
   chmod 0775 ~USERNAME/public_html
   chmod a+x ~USERNAME
 </pre>  </pre>
   
 <h2>Start/Restart Services</h2>  <h2>Start/Restart Services</h2>

Removed from v.1.7  
changed lines
  Added in v.1.11


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>