File:  [LON-CAPA] / doc / build / Attic / upgrade.html
Revision 1.16: download - view: text, annotated - select for diffs
Sun Jun 2 04:02:09 2002 UTC (22 years ago) by harris41
Branches: MAIN
CVS tags: version_1_0_3, version_1_0_2, version_1_0_1, version_1_0_0, version_0_99_5, version_0_99_4, version_0_99_3, version_0_99_2, version_0_99_1, version_0_99_0, version_0_6_2, version_0_6, version_0_5_1, version_0_5, version_0_4, stable_2002_july, conference_2003, STABLE, HEAD
minor fix.. adding in HTML br element

    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.16 2002/06/02 04:02:09 harris41 Exp $ -->
    4: <html>
    5: <head>
    6: <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
    7: <title>LON-CAPA Upgrade</title>
    8: <!-- pdfahref upgrade.pdf -->
    9: <!-- button UPGRADE -->
   10: </head>
   11: <body>
   12: <!-- preamble start -->
   13: <br />&nbsp;
   14: <p>
   15: There are three steps for upgrading the software on your LON-CAPA server.
   16: </p>
   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>
   25: <br />&nbsp;<br />
   26: <!-- preamble end -->
   27: <!-- maintext start -->
   28: <a name="upgrade" />
   29: <h3>Upgrading LON-CAPA files</h3>
   30: <p>
   31: Download the most current
   32: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
   33: loncapa.tar.gz</a>.
   34: </p>
   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: <br />
   41: <tt>cd loncapa</tt></td></tr>
   42: </table>
   43: <p>
   44: The <strong>UPDATE</strong> command will refresh your filesystem with all
   45: the latest LON-CAPA software.
   46: </p>
   47: <table bgcolor="#aaaaaa" border="1">
   48: <tr><td><tt>./UPDATE</tt></td></tr>
   49: </table>
   50: <a name="checkrpms" />
   51: <h3>Checking your Linux RPMs</h3>
   52: <p>
   53: The <strong>CHECKRPMS</strong> command will check the RPMs on your machine
   54: against an FTP repository.
   55: </p>
   56: <table bgcolor="#aaaaaa" border="1">
   57: <tr><td><tt>./CHECKRPMS</tt></td></tr>
   58: </table>
   59: <a name="testing" />
   60: <h3>Testing to see if the LON-CAPA server is operational</h3>
   61: <p>
   62: The <strong>TEST</strong> command will check the installation software,
   63: the perl libraries on your system, the MySQL database, and
   64: will also automatically test the real-time operation of the 
   65: LON-CAPA Apache web server.
   66: </p>
   67: <table bgcolor="#aaaaaa" border="1">
   68: <tr><td><tt>./TEST</tt></td></tr>
   69: </table>
   70: <p>
   71: Using the <strong>TEST</strong> command will likely
   72: be an iterative process.
   73: It is normal to expect that the <strong>TEST</strong> command
   74: will recommend you perform various steps to ensure optimal
   75: performance of your LON-CAPA server.
   76: </p>
   77: <!-- maintext end -->
   78: <!-- validated -->
   79: </body>
   80: </html>

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