File:  [LON-CAPA] / doc / build / Attic / download.html
Revision 1.7: download - view: text, annotated - select for diffs
Thu May 2 01:57:18 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
xhtml-ified

    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.7 2002/05/02 01:57:18 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: <br />&nbsp;
   33: <!-- preamble end -->
   34: <!-- maintext start -->
   35: <p>
   36: <a name="download" />
   37: <font size='+2'>Source code of LON-CAPA</font>
   38: </p>
   39: <p>
   40: You can download the most current version of LON-CAPA at
   41: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
   42: http://install.lon-capa.org/versions/current/loncapa.tar.gz</a>.
   43: </p>
   44: <p>
   45: To view past releases, please visit
   46: <a href="http://install.lon-capa.org/versions/">
   47: http://install.lon-capa.org/versions/</a>.
   48: </p>
   49: <p>
   50: To view the code development history of LON-CAPA, you will need to use the
   51: <a href='http://www.cvshome.org/'>CVS</a> tool, the open standard for
   52: version control.  Please contact Helen (<a href="mailto:helen@lon-capa.org">
   53: helen@lon-capa.org</a>) to request a CVS USERNAME.
   54: </p>
   55: <p>
   56: The initial CVS commands would be:
   57: </p>
   58: <blockquote>
   59: <table bgcolor="#aaaaaa" border="1">
   60: <tr><td>
   61: <pre>
   62: export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
   63: cvs login 
   64: cvs co loncapa
   65: </pre>
   66: </td></tr></table>
   67: </blockquote>
   68: <p>
   69: For more information on using CVS, please visit
   70: <a href="http://www.cvshome.org">http://www.cvshome.org</a>
   71: or read <tt>loncom/build/readme.html</tt> after downloading
   72: the current version of LON-CAPA as described above.
   73: </p>
   74: <!-- maintext end -->
   75: <!-- validated -->
   76: </body>
   77: </html>

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