Diff for /doc/build/RHEL6_install.frag between versions 1.1 and 1.2

version 1.1, 2011/04/03 14:27:31 version 1.2, 2011/06/01 05:46:12
Line 164  cd installation Line 164  cd installation
 ./install.pl  ./install.pl
 </pre>  </pre>
 <p>  <p>
 This script will prompt you for the MySQL root password and will download the latest LON-CAPA release.<br />  The script is used to prepare a Linux system to run LON-CAPA, and can also be
 You can safely ignore the following warnings from gcc 4 when compiling pwauth:<br />  used to check the configuration of a system on which LON-CAPA has already been installed.  Typically, though, you will run this script only once, when you first install LON-CAPA.
 <tt>  </p>
 pwauth.c: In function ‘lastlog’:  <p>
 <ul>  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.
 <li>pwauth.c:541: warning: incompatible implicit declaration of built-in function ‘strncpy’</li>  Once a choice has been entered for all nine possible actions, required changes will be made.
 <li>pwauth.c:543: warning: incompatible implicit declaration of built-in function ‘strlen’</li>  </p>
 </ul>  <p>The possible actions are:
 pwauth.c: In function ‘main’:  
 <ul>  <ul>
 <li>pwauth.c:692: warning: incompatible implicit declaration of built-in function ‘strlen’</li>  <li>Create the www user/group</li>
   <li>Install the package LON-CAPA uses to authenticate users.</li>
   <li>Set-up the MySQL database</li>
   <li>Set-up MySQL permissions</li>
   <li>Configure Apache web server</li>
   <li>Configure start-up of services</li>
   <li>Check firewall settings</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>
 </ul>  </ul>
 </tt>  
   
 </p>  </p>
   
 <h3>Determine LON-CAPA Settings</h3>  <h3>Determine LON-CAPA Settings</h3>

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


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