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

version 1.6, 2004/06/10 12:37:29 version 1.7, 2004/06/11 14:50:58
Line 27  The installation process takes the follo Line 27  The installation process takes the follo
   <li> Obtain Fedora Linux </li>    <li> Obtain Fedora Linux </li>
   <li> Determine Network Settings</li>    <li> Determine Network Settings</li>
   <li> Install Fedora </li>    <li> Install Fedora </li>
     <li> Uninstall the http server </li>
   <li> Install LON-CAPA Dependencies </li>    <li> Install LON-CAPA Dependencies </li>
   <li> Determine your LON-CAPA Settings </li>    <li> Determine your LON-CAPA Settings </li>
   <li> Install LON-CAPA </li>    <li> Install LON-CAPA </li>
Line 129  tar xf fedora_install.tar Line 130  tar xf fedora_install.tar
 This creates a directory named <tt>installation</tt>.  This creates a directory named <tt>installation</tt>.
 </p>  </p>
   
 <h2>Installing LON-CAPA Dependencies</h2>  
 <p>  
 This section walks you through installing the packages which LON-CAPA requires.  
 There are a lot of dependencies.  They have been grouped in a  
 somewhat logical fashion to make them easier to deal with.  When installing  
 the rpms you should watch for errors.  Errors generated by RPMs which are   
 already should not be considered a problem, although you will have to ensure   
 the other rpms in the directory get installed.  
 </p>  
   
 <h2>Uninstall the http server</h2>  <h2>Uninstall the http server</h2>
 <p>  <p>
 Fedora Core 2 installs the http server even if you have not chosen it in  Fedora Core 2 installs the http server even if you have not chosen it in
Line 157  rpm -e `rpm -q -a | grep mod_perl` Line 148  rpm -e `rpm -q -a | grep mod_perl`
 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
 error message 'rpm: no packages given for erase' (meaning there were no  error message 'rpm: no packages given for erase' (meaning there were no
 packages that contain httpd or mod_perl), you are good to go.    packages that contain httpd or mod_perl), you are good to go.  
 </p><p>  </p>
   
   <h2>Installing LON-CAPA Dependencies</h2>
   <p>
   This section walks you through installing the packages which LON-CAPA requires.
   There are a lot of dependencies.  They have been grouped in a
   somewhat logical fashion to make them easier to deal with.  When installing
   the rpms you should watch for errors.  Errors generated by RPMs which are 
   already should not be considered a problem, although you will have to ensure 
   the other rpms in the directory get installed.
   </p>
   
   <p>
 To install the many LON-CAPA dependencies, execute the following commands:  To install the many LON-CAPA dependencies, execute the following commands:
 </p>  </p>
 <pre>  <pre>

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


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