Annotation of doc/build/upgrade.html, revision 1.10
1.6 harris41 1: <html>
2: <head>
3: <title>LON-CAPA Upgrade</title>
1.7 harris41 4: <!-- pdfahref upgrade.pdf -->
5: <!-- button UPGRADE -->
1.6 harris41 6: </head>
7: <body>
1.7 harris41 8: <!-- preamble start -->
1.8 harris41 9: <p>
10: There are three steps for upgrading the software on your LON-CAPA server.
1.9 harris41 11: </p>
1.8 harris41 12: <ul>
13: <li><a href="#upgrade">
14: Upgrading LON-CAPA files</a></li>
15: <li><a href="#checkrpms">
16: Checking your Linux RPMs</a></li>
17: <li><a href="#testing">
18: Testing to see if the LON-CAPA server is operational</a></li>
19: </ul>
1.9 harris41 20: <br /> <br />
1.7 harris41 21: <!-- preamble end -->
1.10 ! harris41 22: <!-- maintext start -->
1.8 harris41 23: <a name="upgrade" />
24: <h3>Upgrading LON-CAPA files</h3>
1.6 harris41 25: <p>
1.8 harris41 26: Download the most current
27: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
28: loncapa.tar.gz</a>.
1.6 harris41 29: </p>
30: <p>
1.8 harris41 31: The <strong>UPDATE</strong> command will refresh your filesystem with all
32: the latest LON-CAPA software.
1.6 harris41 33: </p>
1.8 harris41 34: <table bgcolor="#aaaaaa" border="1">
35: <tr><td><tt>./UPDATE</tt></td></tr>
36: </table>
37: <a name="checkrpms" />
38: <h3>Checking your Linux RPMs</h3>
1.6 harris41 39: <p>
1.8 harris41 40: The <strong>CHECKRPMS</strong> command will check the RPMs on your machine
41: against an FTP repository.
1.6 harris41 42: </p>
1.8 harris41 43: <table bgcolor="#aaaaaa" border="1">
44: <tr><td><tt>./CHECKRPMS</tt></td></tr>
45: </table>
46: <a name="testing" />
47: <h3>Testing to see if the LON-CAPA server is operational</h3>
1.6 harris41 48: <p>
1.8 harris41 49: The <strong>TEST</strong> command will check the installation software,
50: the perl libraries on your system, the MySQL database, and
51: will also automatically test the real-time operation of the
52: LON-CAPA Apache web server.
1.6 harris41 53: </p>
1.8 harris41 54: <table bgcolor="#aaaaaa" border="1">
55: <tr><td><tt>./TEST</tt></td></tr>
56: </table>
1.7 harris41 57: <!-- maintext end -->
1.6 harris41 58: </body>
59: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>