File:  [LON-CAPA] / doc / build / Attic / upgrade.html
Revision 1.8: download - view: text, annotated - select for diffs
Tue Apr 23 12:55:28 2002 UTC (22 years, 2 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
filling in

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

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