Diff for /doc/build/sles9_install.frag between versions 1.4 and 1.5

version 1.4, 2010/05/26 23:42:50 version 1.5, 2011/11/26 20:42:16
Line 36  The installation process takes the follo Line 36  The installation process takes the follo
   
 <h2>Obtain SuSE Linux Enterprise Server 9</h2>  <h2>Obtain SuSE Linux Enterprise Server 9</h2>
 <p>  <p>
 SuSE ISO files can be obtained from the Novell site: <a href="http://www.novell.com/products/linuxenterpriseserver/">http://www.novell.com/products/linuxenterpriseserver/</a>.    SuSE ISO files can be obtained from the Novell site: <a href="http://www.suse.com/products/server/">http://www.suse.com/products/server/</a>.  
 </p>   </p> 
   
 <h2>Determine Network Settings</h2>  <h2>Determine Network Settings</h2>
Line 59  Installing SuSE Linux Enterprise Server Line 59  Installing SuSE Linux Enterprise Server
 before.  Some documentation is available from   before.  Some documentation is available from 
 <a href="http://www.novell.com/documentation/sles9/">  <a href="http://www.novell.com/documentation/sles9/">
 http://www.novell.com/documentation/sles9/</a>.<br /><br />  http://www.novell.com/documentation/sles9/</a>.<br /><br />
 Most of the subsequent installation screens are self explanatory.  Most of the installation screens are self explanatory.
 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">
Line 202  for it to function at all.  Below is a l Line 202  for it to function at all.  Below is a l
 To configure and install LON-CAPA, execute the following commands:  To configure and install LON-CAPA, execute the following commands:
 </p>  </p>
 <pre>  <pre>
 cd /root/loncapa-N.N.N     (N.N.N should correspond to a version number like '2.0.2')  cd /root/loncapa-X.Y.Z     (X.Y.Z should correspond to a version number like '2.10.0')
 ./UPDATE  ./UPDATE
 </pre>  </pre>
 <p>  <p>
Line 220  in the previous section. Line 220  in the previous section.
 You will need at least one user at your site who has the role of  You will need at least one user at your site who has the role of
 'domain coordinator'.  This user creates accounts for other users and  'domain coordinator'.  This user creates accounts for other users and
 grants them additional privileges.  The make_domain_coordinator.pl script  grants them additional privileges.  The make_domain_coordinator.pl script
 invoked below requires that you enter the users password.  The password will  invoked below requires that you enter the user's password. 
 show in plaintext as you type it.  Feel free to use the "passwd username"  Feel free to use the "passwd username" command to change it later.
 command to change it later.  Replace USERNAME and DOMAIN with an   Replace USERNAME and DOMAIN with an appropriate user name and your domain.
 appropriate user name and your domain.  
 </p>  </p>
 <pre>  <pre>
 cd /root/loncapa-N.N/loncom/build  cd /root/loncapa-X.Y.Z/loncom/build
 perl make_domain_coordinator.pl USERNAME DOMAIN  perl make_domain_coordinator.pl USERNAME DOMAIN
 (WILL PROMPT FOR PASSWORD HERE)  
 </pre>  </pre>
 <h2>Start/Restart Services</h2>  <h2>Start/Restart Services</h2>
 <p>  <p>

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


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