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

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

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