version 1.1, 2002/03/06 18:36:08
|
version 1.5, 2002/04/23 13:26:55
|
Line 9
|
Line 9
|
<!-- preamble start --> |
<!-- preamble start --> |
<br /> |
<br /> |
<p> |
<p> |
The configure, install, and upgrade sections of this document |
The LON-CAPA files are released in a single <tt>*.tar.gz</tt> file. |
relate to installing and upgrading various software components |
|
of a LON-CAPA server. |
|
</p> |
|
<p> |
|
First, information must be retrieved from the LON-CAPA server. |
|
There are two kinds of information you will want: |
|
<ul> |
<ul> |
<li><strong>Source code of LON-CAPA</strong>, it provides you with</li> |
<li><strong><a href="#download">Source code of LON-CAPA</a></strong>, it |
|
provides you with</li> |
<ul> |
<ul> |
<li>network connectivity with other LON-CAPA computers around the world</li> |
<li>network connectivity with other LON-CAPA computers around the world</li> |
<li>processing and delivery of course material and problem sets to your |
<li>processing and delivery of course material and problem sets to your |
Line 26 students</li>
|
Line 21 students</li>
|
<li>extensive new functionality for your web server</li> |
<li>extensive new functionality for your web server</li> |
<li>tools for monitoring the state of your system</li> |
<li>tools for monitoring the state of your system</li> |
</ul> |
</ul> |
<li><strong>Specific customizations that must be made to your Linux operating |
|
system distribution</strong></li> |
|
</ul> |
</ul> |
</p> |
</p> |
|
<p> |
|
After the download, please read the pages describing the |
|
configuration, installation, and upgrading of LON-CAPA. |
|
</p> |
<br /> |
<br /> |
<!-- preamble end --> |
<!-- preamble end --> |
<!-- maintext start --> |
<!-- maintext start --> |
<p> |
<p> |
|
<a name="download" /> |
<font size='+2'>Source code of LON-CAPA</font> |
<font size='+2'>Source code of LON-CAPA</font> |
</p> |
</p> |
<p> |
<p> |
We distribute LON-CAPA with the <a href='http://www.cvshome.org/'>CVS</a> |
You can download the most current version of LON-CAPA at |
tool, the open standard for version control. |
<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> |
<table border='1'> |
|
<tr> |
|
<td></td> |
|
<td></td> |
|
<td></td> |
|
</tr> |
|
1. |
|
export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs |
|
cvs login |
|
|
|
|
|
<p> |
<p> |
<font size='+2'>Specific customizations that must be made to your |
To view past releases, please visit |
Linux operating system distribution</font> |
<a href="http://install.lon-capa.org/versions/"> |
|
http://install.lon-capa.org/versions/</a>. |
</p> |
</p> |
<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: |
|
<ul> |
|
<pre> |
|
export CVSROOT=:pserver:USERNAME@zaphod.lite.msu.edu:/home/cvs |
|
cvs login |
|
cvs co loncapa |
|
</pre> |
|
</ul> |
|
For more information on using CVS, please visit |
|
<a href="http://www.cvshome.org">http://www.cvshome.org</a>. |
|
<br /> |
<!-- maintext end --> |
<!-- maintext end --> |
</body> |
</body> |
</html> |
</html> |