Diff for /doc/build/Attic/download.html between versions 1.1 and 1.13

version 1.1, 2002/03/06 18:36:08 version 1.13, 2002/09/10 19:18:52
Line 1 Line 1
   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!-- $Id$ -->  <!-- $Id$ -->
 <html>  <html>
 <head>  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
 <title>How to Download</title>  <title>How to Download</title>
 <!-- pdfahref download.pdf -->  <!-- pdfahref download.pdf -->
 <!-- button DOWNLOADS -->  <!-- button DOWNLOADS -->
Line 9 Line 12
 <!-- preamble start -->  <!-- preamble start -->
 <br />&nbsp;  <br />&nbsp;
 <p>  <p>
 The configure, install, and upgrade sections of this document  The LON-CAPA files are released in a single <tt>*.tar.gz</tt> file.
 relate to installing and upgrading various software components  
 of a LON-CAPA server.  
 </p>  </p>
 <p>  
 First, information must be retrieved from the LON-CAPA server.  
 There are two kinds of information you will want:  
 <ul>  
 <li><strong>Source code of LON-CAPA</strong>, it provides you with</li>  
 <ul>  <ul>
 <li>network connectivity with other LON-CAPA computers around the world</li>  <li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it
 <li>processing and delivery of course material and problem sets to your  provides you with
 students</li>  <br />+ network connectivity with other LON-CAPA computers around the world
 <li>classroom and course management</li>  <br />+ processing and delivery of course material and problem sets to your
 <li>extensive new functionality for your web server</li>  students
 <li>tools for monitoring the state of your system</li>  <br />+ classroom and course management
 </ul>  <br />+ extensive new functionality for your web server
 <li><strong>Specific customizations that must be made to your Linux operating  <br />+ tools for monitoring the state of your system
 system distribution</strong></li>  </li>
 </ul>  </ul>
   <p>
   After the download, please read the pages describing the
   <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>
   <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;  <br />&nbsp;
 <!-- preamble end -->  <!-- preamble end -->
 <!-- maintext start -->  <!-- maintext start -->
 <p>  <p>
   <a name="download" />
 <font size='+2'>Source code of LON-CAPA</font>  <font size='+2'>Source code of LON-CAPA</font>
 </p>  </p>
 <p>  <p>
 We distribute LON-CAPA with the <a href='http://www.cvshome.org/'>CVS</a>  <font size="+1">Current Release is version 0.5.1, Released on 09/10/2002</font>
 tool, the open standard for version control.  </p>
   <p>
   You can download the most current version of LON-CAPA at
   <a href="http://install.lon-capa.org/versions/loncapa-current.tar.gz">
   http://install.lon-capa.org/versions/loncapa-current.tar.gz</a>.
   </p>
   <p>
   The development release of LON-CAPA is at:
   <a href="http://install.lon-capa.org/versions/loncapa-unstable.tar.gz">
   http://install.lon-capa.org/versions/loncapa-unstable.tar.gz</a>.
   </p>
   <p>
   To view the code development history of LON-CAPA, you will need to use the
   <a href="http://www.cvshome.org/">CVS</a> tool, the open standard for
   version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">
   helen@lon-capa.org</a>) to request a CVS USERNAME.
   </p>
   <p>
   The initial CVS commands would be:
 </p>  </p>
 <table border='1'>  <blockquote>
 <tr>  <table bgcolor="#aaaaaa" border="1">
 <td></td>  <tr><td>
 <td></td>  <pre>
 <td></td>  
 </tr>  
 1.   
 export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs   export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
 cvs login   cvs login 
   cvs co loncapa
   </pre>
   </td></tr></table>
   </blockquote>
   <p>
   For more information on using CVS, please visit
   <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>  <p>
 <font size='+2'>Specific customizations that must be made to your  To install the systemperl RPM, you should enter the following command:
 Linux operating system distribution</font>  
 </p>  </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>  <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>  </p>
 <!-- maintext end -->  <!-- maintext end -->
   <!-- validated -->
 </body>  </body>
 </html>  </html>

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


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