File:  [LON-CAPA] / doc / build / Attic / download.html
Revision 1.6: download - view: text, annotated - select for diffs
Wed May 1 22:23:38 2002 UTC (22 years ago) by harris41
Branches: MAIN
CVS tags: HEAD
updating instructions and a few stylistic improvements

<!-- $Id: download.html,v 1.6 2002/05/01 22:23:38 harris41 Exp $ -->
<html>
<head>
<title>How to Download</title>
<!-- pdfahref download.pdf -->
<!-- button DOWNLOADS -->
</head>
<body bgcolor='#ffffff'>
<!-- preamble start -->
<br />&nbsp;
<p>
The LON-CAPA files are released in a single <tt>*.tar.gz</tt> file.
<ul>
<li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it
provides you with</li>
<ul>
<li>network connectivity with other LON-CAPA computers around the world</li>
<li>processing and delivery of course material and problem sets to your
students</li>
<li>classroom and course management</li>
<li>extensive new functionality for your web server</li>
<li>tools for monitoring the state of your system</li>
</ul>
</ul>
</p>
<p>
After the download, please read the pages describing the
configuration, installation, and upgrading of LON-CAPA.
</p>
<br />&nbsp;
<!-- preamble end -->
<!-- maintext start -->
<p>
<a name="download" />
<font size='+2'>Source code of LON-CAPA</font>
</p>
<p>
You can download the most current version of LON-CAPA at
<a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
http://install.lon-capa.org/versions/current/loncapa.tar.gz</a>.
</p>
<p>
To view past releases, please visit
<a href="http://install.lon-capa.org/versions/">
http://install.lon-capa.org/versions/</a>.
</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>
<ul>
<table bgcolor="#aaaaaa" border="1">
<tr><td>
<pre>
export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs 
cvs login 
cvs co loncapa
</pre>
</td></tr></table>
</ul>
<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>
<!-- maintext end -->
</body>
</html>

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