[LON-CAPA-cvs] cvs: doc /build download.html

harris41 lon-capa-cvs@mail.lon-capa.org
Wed, 07 Aug 2002 20:47:27 -0000


harris41		Wed Aug  7 16:47:27 2002 EDT

  Modified files:              
    /doc/build	download.html 
  Log:
  Implementing strategy to have a separate "Helpful Resources" download
  repository on the install.lon-capa.org server.
  
  
  
Index: doc/build/download.html
diff -u doc/build/download.html:1.11 doc/build/download.html:1.12
--- doc/build/download.html:1.11	Fri Jul 19 16:14:17 2002
+++ doc/build/download.html	Wed Aug  7 16:47:27 2002
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- $Id: download.html,v 1.11 2002/07/19 20:14:17 harris41 Exp $ -->
+<!-- $Id: download.html,v 1.12 2002/08/07 20:47:27 harris41 Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
@@ -27,14 +27,19 @@
 </ul>
 <p>
 After the download, please read the pages describing the
-configuration, installation, and upgrading of LON-CAPA.
-</p>
-<p>
-<strong>NOTE:</strong>
-If you want to quickly install both RedHat 7.3 and LON-CAPA
-(to ensure 100% reliability), download <a href="rh73.html">these
-instructions</a>.
+<a href="/docs/reconfig/index.html">configuration</a>,
+<a href="/docs/install/index.html">installation</a>,
+and
+<a href="/docs/upgrade/index.html">upgrading</a> of LON-CAPA.
 </p>
+<p><strong>NOTE:</strong> Additional downloads are also available.</p>
+<ul>
+<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;
 <!-- preamble end -->
 <!-- maintext start -->
@@ -76,6 +81,50 @@
 <a href="http://www.cvshome.org/">http://www.cvshome.org/</a>
 or read <tt>loncom/build/readme.html</tt> after downloading
 the current version of LON-CAPA as described above.
+</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/resources/stepbystep_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.4-rh7.i386.rpm">
+LON-CAPA-systemperl-3.4-rh7.i386.rpm</a>.
+</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.4-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 -->
 <!-- validated -->