Annotation of doc/build/upgrade.html, revision 1.9
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.8 harris41 22: <a name="upgrade" />
23: <h3>Upgrading LON-CAPA files</h3>
1.6 harris41 24: <p>
1.8 harris41 25: Download the most current
26: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
27: loncapa.tar.gz</a>.
1.6 harris41 28: </p>
29: <p>
1.8 harris41 30: The <strong>UPDATE</strong> command will refresh your filesystem with all
31: the latest LON-CAPA software.
1.6 harris41 32: </p>
1.8 harris41 33: <table bgcolor="#aaaaaa" border="1">
34: <tr><td><tt>./UPDATE</tt></td></tr>
35: </table>
36: <a name="checkrpms" />
37: <h3>Checking your Linux RPMs</h3>
1.6 harris41 38: <p>
1.8 harris41 39: The <strong>CHECKRPMS</strong> command will check the RPMs on your machine
40: against an FTP repository.
1.6 harris41 41: </p>
1.8 harris41 42: <table bgcolor="#aaaaaa" border="1">
43: <tr><td><tt>./CHECKRPMS</tt></td></tr>
44: </table>
45: <a name="testing" />
46: <h3>Testing to see if the LON-CAPA server is operational</h3>
1.6 harris41 47: <p>
1.8 harris41 48: The <strong>TEST</strong> command will check the installation software,
49: the perl libraries on your system, the MySQL database, and
50: will also automatically test the real-time operation of the
51: LON-CAPA Apache web server.
1.6 harris41 52: </p>
1.8 harris41 53: <table bgcolor="#aaaaaa" border="1">
54: <tr><td><tt>./TEST</tt></td></tr>
55: </table>
1.7 harris41 56: <!-- maintext end -->
1.6 harris41 57: </body>
58: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>