Diff for /doc/build/RHEL6_install.frag between versions 1.4 and 1.6

version 1.4, 2013/12/13 18:10:11 version 1.6, 2019/12/02 16:38:58
Line 111  This tool should be used to configure th Line 111  This tool should be used to configure th
   
 <h2>4. <a name="upd">Update your system</a></h2>  <h2>4. <a name="upd">Update your system</a></h2>
 <p>  <p>
   Enable access to the EPEL repository
   </p>
   <pre>
   yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
   </pre>
   <p>
 Update your system to the latest versions of the system software using yum.  Update your system to the latest versions of the system software using yum.
 </p>  </p>
 <pre>  <pre>
Line 133  mv /etc/yum.conf /etc/yum.conf.backup Line 139  mv /etc/yum.conf /etc/yum.conf.backup
 cp rhel6_loncapa_yum.conf /etc/yum.conf  cp rhel6_loncapa_yum.conf /etc/yum.conf
 yum update  yum update
 </pre>  </pre>
   <p>
   Verify the required repositories are enabled:
   </p>
   <pre>
   yum repolist enabled
   </pre>
   <p>
   The list of enabled repos should be as follows (where $basearch = x86_64 or i386):
   </p>
   <table style="border: 0px; border-collapse: collapse;">
   <tr><th>repo id</th><th>repo name</th></tr>
   <tr><td>epel</td><td>Extra Packages for Enterprise Linux 6 - $basearch</td></tr>
   <tr><td>loncapa-updates-basearch</td><td>RHEL 6Server LON-CAPA $basearch Updates</td></tr>
   <tr><td>loncapa-updates-noarch</td><td>RHEL 6Server LON-CAPA noarch Updates</td></tr>
   <tr><td>rhel-$basearch-server-6 </td><td>Red Hat Enterprise Linux Server (v. 6 for $basearch) <td></tr>
   <tr><td>rhel-$basearch-server-optional-6</td><td>RHEL Server Optional (v. 6 $basearch) </td></tr>
   <tr><td>rhn-tools-rhel-$basearch-server-6</td><td>RHN Tools for RHEL (v. 6 for $basearch</td></tr>
   </table>
 <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>  <h2>5. <a name="ilc">Installing LON-CAPA</a></h2>
 <h3>Install prerequisites</h3>  <h3>Install prerequisites</h3>
 <p> Execute: </p>  <p> Execute: </p>
Line 171  used to check the configuration of a sys Line 194  used to check the configuration of a sys
 The script will analyze your system to determine which actions are recommended.  The script will then prompt you to choose the actions you would like taken.  The script will analyze your system to determine which actions are recommended.  The script will then prompt you to choose the actions you would like taken.
 Once a choice has been entered for all nine possible actions, required changes will be made.  Once a choice has been entered for all nine possible actions, required changes will be made.
 </p>  </p>
 <p>The possible actions are:  <p>The possible actions are:</p>
 <ul>  <ul>
 <li>Create the www user/group</li>  <li>Create the www user/group</li>
 <li>Install the package LON-CAPA uses to authenticate users.</li>  <li>Install the package LON-CAPA uses to authenticate users.</li>
Line 183  Once a choice has been entered for all n Line 206  Once a choice has been entered for all n
 <li>Stop services not used by LON-CAPA,  e.g., services for a print server: cups daemon</li>   <li>Stop services not used by LON-CAPA,  e.g., services for a print server: cups daemon</li> 
 <li>Download LON-CAPA source code in readiness for installation</li>  <li>Download LON-CAPA source code in readiness for installation</li>
 </ul>  </ul>
 </p>  
   
 <h3>Determine LON-CAPA Settings</h3>  <h3>Determine LON-CAPA Settings</h3>
 <p>  <p>
 LON-CAPA requires a number of identifying parameters to be set in order  LON-CAPA requires a number of identifying parameters to be set in order

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


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