Diff for /doc/build/sles10_install.frag between versions 1.1 and 1.4

version 1.1, 2006/10/09 17:18:14 version 1.4, 2008/12/10 19:57:29
Line 62  Most of the subsequent installation scre Line 62  Most of the subsequent installation scre
 There are a few steps that require comment and are dealt with below.  There are a few steps that require comment and are dealt with below.
 </p>  </p>
 <dl style="list-style:square outside none">  <dl style="list-style:square outside none">
      <dt>Installation Language</dt>
      <dd>Use English as your installation language.</dd>
   
    <dt>Partitioning your Drive</dt>     <dt>Partitioning your Drive</dt>
    <dd>For a LON-CAPA library server (i.e., the main server used      <dd>For a LON-CAPA library server (i.e., the main server used 
        for permanent storage of course and user data),          for permanent storage of course and user data), 
Line 108  Execute: Line 111  Execute:
 yast  yast
 </pre>  </pre>
 <p>  <p>
 Select "Change Source of Installation". The media you used to install SLES10 will be listed as an installation source.  You may also wish to create a local repository by copying the contents of the RPM directories on the five CDs to a local directory to avoid the need to flip CDs during LON-CAPA installation.  Information about building a local repository is available at:<a href="http://portal.suse.com/sdb/en/2004/02/yast_instsrc.html">http://portal.suse.com/sdb/en/2004/02/yast_instsrc.html</a>.  Select "Change Source of Installation". The media you used to install SLES10 will be listed as an installation source. If you do not already have a SLES10 installation source at your location, you may want to consider creating one from the 4 iso files for CDs 1 - 4,  to avoid the need to flip CDs during LON-CAPA installation.  Proceed as follows (e.g., for 32 bit):</p>
 </p>  <pre>
   mkdir -p sles10/CD1
   mount -o ro,loop SLES-10-x86-CD1.iso /mnt
   cp -rv /mnt/* sles10/CD1
   umount /mnt
   </pre>
   <p>
   Repeat those steps with CD2, CD3 and CD4.</p>
 <h3>Add an additional installation source</h3>  <h3>Add an additional installation source</h3>
 <p>Add the LON-CAPA SLES 10 repository as an additional installation source, so software installation in yast will have access to two repositories - a SuSE/Novell source (for packages included for the standard distribution) and the LON-CAPA repository (for extra packages needed to run LON-CAPA). For the LON-CAPA source you will use:  <p>Add the LON-CAPA SLES 10 repository as an additional installation source, so software installation in yast will have access to at least two repositories - a SuSE/Novell source (for packages included for the standard distribution) and the LON-CAPA repository (for extra packages needed to run LON-CAPA). For the LON-CAPA source you will use:
 <dl style="list-style:square outside none">  <dl style="list-style:square outside none">
 <dd>Protocol</dd>  <dd>Protocol</dd>
 <dt>HTTP</dt>  <dt>HTTP</dt>
Line 230  will be apparent at this step. Line 240  will be apparent at this step.
 If you receive warnings when starting the httpd about missing perl modules,  If you receive warnings when starting the httpd about missing perl modules,
 please make sure you followed the instructions in   please make sure you followed the instructions in 
 <b>Installing LON-CAPA Dependencies</b>.  If you still have errors, please  <b>Installing LON-CAPA Dependencies</b>.  If you still have errors, please
 contact the LON-CAPA support team.  contact the LON-CAPA group.
 </p>  </p>
 <h2>Log in to your LON-CAPA Machine</h2>  <h2>Log in to your LON-CAPA Machine</h2>
 <p>  <p>
Line 240  coordinator.  Congratulations! Line 250  coordinator.  Congratulations!
 <h2>If things aren't working right</h2>  <h2>If things aren't working right</h2>
 <p>  <p>
 If you've followed the steps above and the server doesn't start or you think  If you've followed the steps above and the server doesn't start or you think
 there's something wrong, please get in touch with the LON-CAPA support team.  there's something wrong, please get in touch with the LON-CAPA group.
 You can submit a help request using our web form:<br />  You can submit a help request using our web form:<br />
 <a href="http://support.loncapa.org/help/">http://support.loncapa.org/help/</a><br />  <a href="http://help.loncapa.org/help/">http://help.loncapa.org/help/</a><br />
 If there were errors in installation of the dependency RPMs or during the  If there were errors in installation of the dependency RPMs or during the
 automatic setup, please send us as much information as possible.  automatic setup, please send us as much information as possible.
 If some part of this document is unclear please let us know.  If some part of this document is unclear please let us know.

Removed from v.1.1  
changed lines
  Added in v.1.4


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