Annotation of doc/build/upgrade.html, revision 1.14

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">
        !             3: <!-- $Id: upgrade.html,v 1.13 2002/05/01 22:16:30 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 />&nbsp;
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 />&nbsp;<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>
                     35: <p>
1.8       harris41   36: The <strong>UPDATE</strong> command will refresh your filesystem with all
                     37: the latest LON-CAPA software.
1.6       harris41   38: </p>
1.8       harris41   39: <table bgcolor="#aaaaaa" border="1">
                     40: <tr><td><tt>./UPDATE</tt></td></tr>
                     41: </table>
                     42: <a name="checkrpms" />
                     43: <h3>Checking your Linux RPMs</h3>
1.6       harris41   44: <p>
1.8       harris41   45: The <strong>CHECKRPMS</strong> command will check the RPMs on your machine
                     46: against an FTP repository.
1.6       harris41   47: </p>
1.8       harris41   48: <table bgcolor="#aaaaaa" border="1">
                     49: <tr><td><tt>./CHECKRPMS</tt></td></tr>
                     50: </table>
                     51: <a name="testing" />
                     52: <h3>Testing to see if the LON-CAPA server is operational</h3>
1.6       harris41   53: <p>
1.8       harris41   54: The <strong>TEST</strong> command will check the installation software,
                     55: the perl libraries on your system, the MySQL database, and
                     56: will also automatically test the real-time operation of the 
                     57: LON-CAPA Apache web server.
1.6       harris41   58: </p>
1.8       harris41   59: <table bgcolor="#aaaaaa" border="1">
                     60: <tr><td><tt>./TEST</tt></td></tr>
                     61: </table>
1.11      harris41   62: <p>
                     63: Using the <strong>TEST</strong> command will likely
                     64: be an iterative process.
                     65: It is normal to expect that the <strong>TEST</strong> command
                     66: will recommend you perform various steps to ensure optimal
                     67: performance of your LON-CAPA server.
                     68: </p>
1.7       harris41   69: <!-- maintext end -->
1.14    ! harris41   70: <!-- validated -->
1.6       harris41   71: </body>
                     72: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>