Diff for /doc/build/centos6_install.frag between versions 1.2 and 1.4

version 1.2, 2011/11/30 01:43:35 version 1.4, 2019/12/02 16:34:04
Line 92  Finish installing your server, reboot it Line 92  Finish installing your server, reboot it
   
 <h2>3. <a name="upd">Update your system</a></h2>  <h2>3. <a name="upd">Update your system</a></h2>
 <p>  <p>
   Enable access to the EPEL repository
   </p>
   <pre>
   yum install epel-release
   </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 116  mv /etc/yum.conf /etc/yum.conf.backup Line 122  mv /etc/yum.conf /etc/yum.conf.backup
 cp centos6_loncapa_yum.conf /etc/yum.conf  cp centos6_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>base</td><td>CentOS-6 - Base<td></tr>
   <tr><td>epel</td><td>Extra Packages for Enterprise Linux 6 - $basearch</td></tr>
   <tr><td>extras</td><td>CentOS-6 - Extras</td></tr>
   <tr><td>loncapa-updates-basearch</td><td>CentOS 6 LON-CAPA $basearch Updates</td></tr>
   <tr><td>loncapa-updates-noarch</td><td>CentOS 6 LON-CAPA noarch Updates</td></tr>
   <tr><td>updates</td><td>CentOS-6 - Updates<td></tr>
   </table>
   
 <h3>Configure SELinux</h3>  <h3>Configure SELinux</h3>
 <p>  <p>
Line 186  used to check the configuration of a sys Line 210  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 195  Once a choice has been entered for all n Line 219  Once a choice has been entered for all n
 <li>Configure Apache web server</li>  <li>Configure Apache web server</li>
 <li>Configure start-up of services</li>  <li>Configure start-up of services</li>
 <li>Check firewall settings</li>  <li>Check firewall settings</li>
 <li>Stop services not used by LON-CAPA,<br />  <li>Stop services not used by LON-CAPA,<br>
     e.g., services for a print server: cups daemon</li>      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>

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


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