File:  [LON-CAPA] / doc / build / Attic / upgrade.html
Revision 1.10: download - view: text, annotated - select for diffs
Tue Apr 23 13:01:14 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
placing maintext starting pragma

    1: <html>
    2: <head>
    3: <title>LON-CAPA Upgrade</title>
    4: <!-- pdfahref upgrade.pdf -->
    5: <!-- button UPGRADE -->
    6: </head>
    7: <body>
    8: <!-- preamble start -->
    9: <p>
   10: There are three steps for upgrading the software on your LON-CAPA server.
   11: </p>
   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>
   20: <br />&nbsp;<br />
   21: <!-- preamble end -->
   22: <!-- maintext start -->
   23: <a name="upgrade" />
   24: <h3>Upgrading LON-CAPA files</h3>
   25: <p>
   26: Download the most current
   27: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
   28: loncapa.tar.gz</a>.
   29: </p>
   30: <p>
   31: The <strong>UPDATE</strong> command will refresh your filesystem with all
   32: the latest LON-CAPA software.
   33: </p>
   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>
   39: <p>
   40: The <strong>CHECKRPMS</strong> command will check the RPMs on your machine
   41: against an FTP repository.
   42: </p>
   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>
   48: <p>
   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.
   53: </p>
   54: <table bgcolor="#aaaaaa" border="1">
   55: <tr><td><tt>./TEST</tt></td></tr>
   56: </table>
   57: <!-- maintext end -->
   58: </body>
   59: </html>

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