File:  [LON-CAPA] / doc / build / Attic / upgrade.html
Revision 1.9: download - view: text, annotated - select for diffs
Tue Apr 23 12:59:33 2002 UTC (22 years, 1 month ago) by harris41
Branches: MAIN
CVS tags: HEAD
hrmmm..

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

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