Diff for /doc/build/Attic/download.html between versions 1.11 and 1.21

version 1.11, 2002/07/19 20:14:17 version 1.21, 2003/05/30 17:18:45
Line 27  students Line 27  students
 </ul>  </ul>
 <p>  <p>
 After the download, please read the pages describing the  After the download, please read the pages describing the
 configuration, installation, and upgrading of LON-CAPA.  <a href="/docs/reconfig/index.html">configuration</a>,
 </p>  <a href="/docs/install/index.html">installation</a>,
 <p>  and
 <strong>NOTE:</strong>  <a href="/docs/upgrade/index.html">upgrading</a> of LON-CAPA.
 If you want to quickly install both RedHat 7.3 and LON-CAPA  </p>
 (to ensure 100% reliability), download <a href="rh73.html">these  <p><strong>NOTE:</strong> Additional downloads are also available.</p>
 instructions</a>.  <ul>
 </p>  <li><strong><a href="#resources">Helpful resources for LON-CAPA</a></strong>,
   <br />+ an integrated approach for quickly installing both RedHat 7.3
   and LON-CAPA (to ensure 100% reliability)
   <br />+ software packages for the quick installation of CPAN perl modules
   </li>
   </ul>
 <br />&nbsp;  <br />&nbsp;
 <!-- preamble end -->  <!-- preamble end -->
 <!-- maintext start -->  <!-- maintext start -->
Line 43  instructions</a>. Line 48  instructions</a>.
 <font size='+2'>Source code of LON-CAPA</font>  <font size='+2'>Source code of LON-CAPA</font>
 </p>  </p>
 <p>  <p>
   <font size="+1">Current Release is Version LATESTVERSION.
   This version was released on LATESTDATE.</font>
   </p>
   <p>
   <font size="+1">Current Beta is Version 0.99.1.
   This version was released on May 30, 2003.</font>
   </p>
   <p>
 You can download the most current version of LON-CAPA at  You can download the most current version of LON-CAPA at
 <a href="http://install.lon-capa.org/versions/loncapa-current.tar.gz">  <a href="http://install.lon-capa.org/versions/loncapa-current.tar.gz">
 http://install.lon-capa.org/versions/loncapa-current.tar.gz</a>.  http://install.lon-capa.org/versions/loncapa-current.tar.gz</a>
   (version LATESTVERSION).
   </p>
   <p>
   You can download the current beta version of LON-CAPA at
   <a href="http://install.lon-capa.org/versions/loncapa-0.99.1.tar.gz">
   http://install.lon-capa.org/versions/loncapa-0.99.1.tar.gz</a>
   (version 0.99.1).
 </p>  </p>
 <p>  <p>
 The development release of LON-CAPA is at:  The development release of LON-CAPA is at:
Line 77  For more information on using CVS, pleas Line 97  For more information on using CVS, pleas
 or read <tt>loncom/build/readme.html</tt> after downloading  or read <tt>loncom/build/readme.html</tt> after downloading
 the current version of LON-CAPA as described above.  the current version of LON-CAPA as described above.
 </p>  </p>
   <p>
   <a name="resources" />
   <font size='+2'>Helpful resources for LON-CAPA</font>
   </p>
   <p>
   The entire collection of helpful resources is located
   at <a href="http://install.lon-capa.org/resources/">
   http://install.lon-capa.org/resources/</a>.
   </p>
   <p>
   Most users of LON-CAPA should install LON-CAPA by
   <strong>simultaneously installing both RedHat 7.3 and LON-CAPA</strong>.
   Step-by-step directions are available
   <a href="http://install.lon-capa.org/docs/install/rh73.html">here</a>.
   </p>
   <p>
   The "LON-CAPA and RedHat 7.3" tarball is located 
   <a
   href="http://install.loncapa.org/resources/loncapa-rh73install.tar">here</a>.
   </p>
   <p>
   <strong>LON-CAPA makes extensive use of perl modules</strong> from
   <a href="http://www.cpan.org/">CPAN</a>.  To help you install all
   the necessary perl modules, there is a custom-compiled RPM for
   RedHat 7.* systems:
   <a href="http://install.lon-capa.org/resources/LON-CAPA-systemperl-3.5-rh7.i386.rpm">
   LON-CAPA-systemperl-3.5-rh7.i386.rpm</a>.
   </p>
   <p>
   <i>For RedHat 6.2 systems, you should instead use
   <a href="http://install.lon-capa.org/resources/LON-CAPA-systemperl-3.5-1.i386.rpm">
   LON-CAPA-systemperl-3.5-1.i386.rpm</a></i>.
   </p>
   <p>
   To install the systemperl RPM, you should enter the following command:
   </p>
   <blockquote>
   <table bgcolor="#aaaaaa" border="1">
   <tr><td>
   <pre>
   rpm -Uvh --force LON-CAPA-systemperl-3.5-rh7.i386.rpm
   </pre>
   </td></tr></table>
   </blockquote>
   <p>
   The systemperl RPM will overwrite some of
   the files present in the regular RedHat perl RPM.
   This is okay; this will not likely cause problems.
   </p>
 <!-- maintext end -->  <!-- maintext end -->
 <!-- validated -->  <!-- validated -->
 </body>  </body>

Removed from v.1.11  
changed lines
  Added in v.1.21


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