version 1.2, 2002/04/23 13:13:45
|
version 1.9, 2002/07/18 02:13:58
|
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 /> |
<br /> |
<p> |
<p> |
First, information must be retrieved from the LON-CAPA server. |
The LON-CAPA files are released in a single <tt>*.tar.gz</tt> file. |
There are two kinds of information you will want: |
</p> |
<ul> |
<ul> |
<li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it |
<li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it |
provides you with</li> |
provides you with |
<ul> |
<br />+ network connectivity with other LON-CAPA computers around the world |
<li>network connectivity with other LON-CAPA computers around the world</li> |
<br />+ processing and delivery of course material and problem sets to your |
<li>processing and delivery of course material and problem sets to your |
students |
students</li> |
<br />+ classroom and course management |
<li>classroom and course management</li> |
<br />+ extensive new functionality for your web server |
<li>extensive new functionality for your web server</li> |
<br />+ tools for monitoring the state of your system |
<li>tools for monitoring the state of your system</li> |
</li> |
</ul> |
</ul> |
</p> |
|
<p> |
<p> |
After the download, please read the pages describing the |
After the download, please read the pages describing the |
configuration, installation, and upgrading of LON-CAPA. |
configuration, installation, and upgrading of LON-CAPA. |
Line 36 configuration, installation, and upgradi
|
Line 38 configuration, installation, and upgradi
|
</p> |
</p> |
<p> |
<p> |
You can download the most current version of LON-CAPA at |
You can download the most current version of LON-CAPA at |
<a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz"> |
<a href="http://install.lon-capa.org/versions/loncapa-current.tar.gz"> |
http://install.lon-capa.org/versions/current/loncapa.tar.gz</a>. |
http://install.lon-capa.org/versions/loncapa-current.tar.gz</a>. |
</p> |
</p> |
<p> |
<p> |
To view past releases, please visit |
The development release of LON-CAPA is at: |
<a href="http://install.lon-capa.org/versions/"> |
<a href="http://install.lon-capa.org/versions/loncapa-unstable.tar.gz"> |
http://install.lon-capa.org/versions/</a>. |
http://install.lon-capa.org/versions/loncapa-unstable.tar.gz</a>. |
</p> |
</p> |
|
<p> |
To view the code development history of LON-CAPA, you will need to use the |
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 |
<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"> |
version control. Please contact Helen (<a href="mailto:helen@lon-capa.org"> |
helen@lon-capa.org</a>) to request a CVS USERNAME. |
helen@lon-capa.org</a>) to request a CVS USERNAME. |
</p> |
</p> |
1. |
<p> |
|
The initial CVS commands would be: |
|
</p> |
|
<blockquote> |
|
<table bgcolor="#aaaaaa" border="1"> |
|
<tr><td> |
|
<pre> |
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> |
<!-- maintext end --> |
<!-- maintext end --> |
|
<!-- validated --> |
</body> |
</body> |
</html> |
</html> |