File:  [LON-CAPA] / doc / build / Attic / download.html
Revision 1.11: download - view: text, annotated - select for diffs
Fri Jul 19 20:14:17 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
minor fix to link to quick instructions

    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    2:  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    3: <!-- $Id: download.html,v 1.11 2002/07/19 20:14:17 harris41 Exp $ -->
    4: <html>
    5: <head>
    6: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
    7: <title>How to Download</title>
    8: <!-- pdfahref download.pdf -->
    9: <!-- button DOWNLOADS -->
   10: </head>
   11: <body bgcolor='#ffffff'>
   12: <!-- preamble start -->
   13: <br />&nbsp;
   14: <p>
   15: The LON-CAPA files are released in a single <tt>*.tar.gz</tt> file.
   16: </p>
   17: <ul>
   18: <li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it
   19: provides you with
   20: <br />+ network connectivity with other LON-CAPA computers around the world
   21: <br />+ processing and delivery of course material and problem sets to your
   22: students
   23: <br />+ classroom and course management
   24: <br />+ extensive new functionality for your web server
   25: <br />+ tools for monitoring the state of your system
   26: </li>
   27: </ul>
   28: <p>
   29: After the download, please read the pages describing the
   30: configuration, installation, and upgrading of LON-CAPA.
   31: </p>
   32: <p>
   33: <strong>NOTE:</strong>
   34: If you want to quickly install both RedHat 7.3 and LON-CAPA
   35: (to ensure 100% reliability), download <a href="rh73.html">these
   36: instructions</a>.
   37: </p>
   38: <br />&nbsp;
   39: <!-- preamble end -->
   40: <!-- maintext start -->
   41: <p>
   42: <a name="download" />
   43: <font size='+2'>Source code of LON-CAPA</font>
   44: </p>
   45: <p>
   46: You can download the most current version of LON-CAPA at
   47: <a href="http://install.lon-capa.org/versions/loncapa-current.tar.gz">
   48: http://install.lon-capa.org/versions/loncapa-current.tar.gz</a>.
   49: </p>
   50: <p>
   51: The development release of LON-CAPA is at:
   52: <a href="http://install.lon-capa.org/versions/loncapa-unstable.tar.gz">
   53: http://install.lon-capa.org/versions/loncapa-unstable.tar.gz</a>.
   54: </p>
   55: <p>
   56: To view the code development history of LON-CAPA, you will need to use the
   57: <a href="http://www.cvshome.org/">CVS</a> tool, the open standard for
   58: version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">
   59: helen@lon-capa.org</a>) to request a CVS USERNAME.
   60: </p>
   61: <p>
   62: The initial CVS commands would be:
   63: </p>
   64: <blockquote>
   65: <table bgcolor="#aaaaaa" border="1">
   66: <tr><td>
   67: <pre>
   68: export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
   69: cvs login 
   70: cvs co loncapa
   71: </pre>
   72: </td></tr></table>
   73: </blockquote>
   74: <p>
   75: For more information on using CVS, please visit
   76: <a href="http://www.cvshome.org/">http://www.cvshome.org/</a>
   77: or read <tt>loncom/build/readme.html</tt> after downloading
   78: the current version of LON-CAPA as described above.
   79: </p>
   80: <!-- maintext end -->
   81: <!-- validated -->
   82: </body>
   83: </html>

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