Annotation of doc/build/upgrade.html, revision 1.16
1.14 harris41 1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1.16 ! harris41 3: <!-- $Id: upgrade.html,v 1.15 2002/06/02 03:51:11 harris41 Exp $ -->
1.6 harris41 4: <html>
5: <head>
1.14 harris41 6: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
1.6 harris41 7: <title>LON-CAPA Upgrade</title>
1.7 harris41 8: <!-- pdfahref upgrade.pdf -->
9: <!-- button UPGRADE -->
1.6 harris41 10: </head>
11: <body>
1.7 harris41 12: <!-- preamble start -->
1.12 harris41 13: <br />
1.8 harris41 14: <p>
15: There are three steps for upgrading the software on your LON-CAPA server.
1.9 harris41 16: </p>
1.8 harris41 17: <ul>
18: <li><a href="#upgrade">
19: Upgrading LON-CAPA files</a></li>
20: <li><a href="#checkrpms">
21: Checking your Linux RPMs</a></li>
22: <li><a href="#testing">
23: Testing to see if the LON-CAPA server is operational</a></li>
24: </ul>
1.9 harris41 25: <br /> <br />
1.7 harris41 26: <!-- preamble end -->
1.10 harris41 27: <!-- maintext start -->
1.8 harris41 28: <a name="upgrade" />
29: <h3>Upgrading LON-CAPA files</h3>
1.6 harris41 30: <p>
1.8 harris41 31: Download the most current
32: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
33: loncapa.tar.gz</a>.
1.6 harris41 34: </p>
1.15 harris41 35: <table bgcolor="#aaaaaa" border="1">
36: <tr><td><tt>wget http://install.lon-capa.org/versions/current/loncapa.tar.gz
37: </tt>
38: <br />
39: <tt>tar xzvf loncapa.tar.gz</tt>
1.16 ! harris41 40: <br />
1.15 harris41 41: <tt>cd loncapa</tt></td></tr>
42: </table>
1.6 harris41 43: <p>
1.8 harris41 44: The <strong>UPDATE</strong> command will refresh your filesystem with all
45: the latest LON-CAPA software.
1.6 harris41 46: </p>
1.8 harris41 47: <table bgcolor="#aaaaaa" border="1">
48: <tr><td><tt>./UPDATE</tt></td></tr>
49: </table>
50: <a name="checkrpms" />
51: <h3>Checking your Linux RPMs</h3>
1.6 harris41 52: <p>
1.8 harris41 53: The <strong>CHECKRPMS</strong> command will check the RPMs on your machine
54: against an FTP repository.
1.6 harris41 55: </p>
1.8 harris41 56: <table bgcolor="#aaaaaa" border="1">
57: <tr><td><tt>./CHECKRPMS</tt></td></tr>
58: </table>
59: <a name="testing" />
60: <h3>Testing to see if the LON-CAPA server is operational</h3>
1.6 harris41 61: <p>
1.8 harris41 62: The <strong>TEST</strong> command will check the installation software,
63: the perl libraries on your system, the MySQL database, and
64: will also automatically test the real-time operation of the
65: LON-CAPA Apache web server.
1.6 harris41 66: </p>
1.8 harris41 67: <table bgcolor="#aaaaaa" border="1">
68: <tr><td><tt>./TEST</tt></td></tr>
69: </table>
1.11 harris41 70: <p>
71: Using the <strong>TEST</strong> command will likely
72: be an iterative process.
73: It is normal to expect that the <strong>TEST</strong> command
74: will recommend you perform various steps to ensure optimal
75: performance of your LON-CAPA server.
76: </p>
1.7 harris41 77: <!-- maintext end -->
1.14 harris41 78: <!-- validated -->
1.6 harris41 79: </body>
80: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>