File:  [LON-CAPA] / doc / build / Attic / download.html
Revision 1.3: download - view: text, annotated - select for diffs
Tue Apr 23 13:18:57 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
html typo

    1: <!-- $Id: download.html,v 1.3 2002/04/23 13:18:57 harris41 Exp $ -->
    2: <html>
    3: <head>
    4: <title>How to Download</title>
    5: <!-- pdfahref download.pdf -->
    6: <!-- button DOWNLOADS -->
    7: </head>
    8: <body bgcolor='#ffffff'>
    9: <!-- preamble start -->
   10: <br />&nbsp;
   11: <p>
   12: First, information must be retrieved from the LON-CAPA server.
   13: There are two kinds of information you will want:
   14: <ul>
   15: <li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it
   16: provides you with</li>
   17: <ul>
   18: <li>network connectivity with other LON-CAPA computers around the world</li>
   19: <li>processing and delivery of course material and problem sets to your
   20: students</li>
   21: <li>classroom and course management</li>
   22: <li>extensive new functionality for your web server</li>
   23: <li>tools for monitoring the state of your system</li>
   24: </ul>
   25: </ul>
   26: </p>
   27: <p>
   28: After the download, please read the pages describing the
   29: configuration, installation, and upgrading of LON-CAPA.
   30: </p>
   31: <br />&nbsp;
   32: <!-- preamble end -->
   33: <!-- maintext start -->
   34: <p>
   35: <a name="download" />
   36: <font size='+2'>Source code of LON-CAPA</font>
   37: </p>
   38: <p>
   39: You can download the most current version of LON-CAPA at
   40: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
   41: http://install.lon-capa.org/versions/current/loncapa.tar.gz</a>.
   42: </p>
   43: <p>
   44: To view past releases, please visit
   45: <a href="http://install.lon-capa.org/versions/">
   46: http://install.lon-capa.org/versions/</a>.
   47: </p>
   48: To view the code development history of LON-CAPA, you will need to use the
   49: <a href='http://www.cvshome.org/'>CVS</a> tool, the open standard for
   50: version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">
   51: helen@lon-capa.org</a>) to request a CVS USERNAME.
   52: </p>
   53: 1. 
   54: export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
   55: cvs login 
   56: 
   57: 
   58: <!-- maintext end -->
   59: </body>
   60: </html>

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