File:
[LON-CAPA] /
doc /
build /
Attic /
upgrade.html
Revision
1.16:
download - view:
text,
annotated -
select for diffs
Sun Jun 2 04:02:09 2002 UTC (22 years, 5 months ago) by
harris41
Branches:
MAIN
CVS tags:
version_1_0_3,
version_1_0_2,
version_1_0_1,
version_1_0_0,
version_0_99_5,
version_0_99_4,
version_0_99_3,
version_0_99_2,
version_0_99_1,
version_0_99_0,
version_0_6_2,
version_0_6,
version_0_5_1,
version_0_5,
version_0_4,
stable_2002_july,
conference_2003,
STABLE,
HEAD
minor fix.. adding in HTML br element
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- $Id: upgrade.html,v 1.16 2002/06/02 04:02:09 harris41 Exp $ -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>LON-CAPA Upgrade</title>
<!-- pdfahref upgrade.pdf -->
<!-- button UPGRADE -->
</head>
<body>
<!-- preamble start -->
<br />
<p>
There are three steps for upgrading the software on your LON-CAPA server.
</p>
<ul>
<li><a href="#upgrade">
Upgrading LON-CAPA files</a></li>
<li><a href="#checkrpms">
Checking your Linux RPMs</a></li>
<li><a href="#testing">
Testing to see if the LON-CAPA server is operational</a></li>
</ul>
<br /> <br />
<!-- preamble end -->
<!-- maintext start -->
<a name="upgrade" />
<h3>Upgrading LON-CAPA files</h3>
<p>
Download the most current
<a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
loncapa.tar.gz</a>.
</p>
<table bgcolor="#aaaaaa" border="1">
<tr><td><tt>wget http://install.lon-capa.org/versions/current/loncapa.tar.gz
</tt>
<br />
<tt>tar xzvf loncapa.tar.gz</tt>
<br />
<tt>cd loncapa</tt></td></tr>
</table>
<p>
The <strong>UPDATE</strong> command will refresh your filesystem with all
the latest LON-CAPA software.
</p>
<table bgcolor="#aaaaaa" border="1">
<tr><td><tt>./UPDATE</tt></td></tr>
</table>
<a name="checkrpms" />
<h3>Checking your Linux RPMs</h3>
<p>
The <strong>CHECKRPMS</strong> command will check the RPMs on your machine
against an FTP repository.
</p>
<table bgcolor="#aaaaaa" border="1">
<tr><td><tt>./CHECKRPMS</tt></td></tr>
</table>
<a name="testing" />
<h3>Testing to see if the LON-CAPA server is operational</h3>
<p>
The <strong>TEST</strong> command will check the installation software,
the perl libraries on your system, the MySQL database, and
will also automatically test the real-time operation of the
LON-CAPA Apache web server.
</p>
<table bgcolor="#aaaaaa" border="1">
<tr><td><tt>./TEST</tt></td></tr>
</table>
<p>
Using the <strong>TEST</strong> command will likely
be an iterative process.
It is normal to expect that the <strong>TEST</strong> command
will recommend you perform various steps to ensure optimal
performance of your LON-CAPA server.
</p>
<!-- maintext end -->
<!-- validated -->
</body>
</html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>