Annotation of doc/build/upgrade.html, revision 1.8
1.6 harris41 1: <html>
2: <head>
3: <title>LON-CAPA Upgrade</title>
1.7 harris41 4: <!-- pdfahref upgrade.pdf -->
5: <!-- button UPGRADE -->
1.6 harris41 6: </head>
7: <body>
1.7 harris41 8: <!-- preamble start -->
1.8 ! harris41 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>
1.7 harris41 19: <!-- preamble end -->
20: <!-- maintext start -->
1.8 ! harris41 21: <a name="upgrade" />
! 22: <h3>Upgrading LON-CAPA files</h3>
1.6 harris41 23: <p>
1.8 ! harris41 24: Download the most current
! 25: <a href="http://install.lon-capa.org/versions/current/loncapa.tar.gz">
! 26: loncapa.tar.gz</a>.
1.6 harris41 27: </p>
28: <p>
1.8 ! harris41 29: The <strong>UPDATE</strong> command will refresh your filesystem with all
! 30: the latest LON-CAPA software.
1.6 harris41 31: </p>
1.8 ! harris41 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>
1.6 harris41 37: <p>
1.8 ! harris41 38: The <strong>CHECKRPMS</strong> command will check the RPMs on your machine
! 39: against an FTP repository.
1.6 harris41 40: </p>
1.8 ! harris41 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>
1.6 harris41 46: <p>
1.8 ! harris41 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.
1.6 harris41 51: </p>
1.8 ! harris41 52: <table bgcolor="#aaaaaa" border="1">
! 53: <tr><td><tt>./TEST</tt></td></tr>
! 54: </table>
1.7 harris41 55: <!-- maintext end -->
1.6 harris41 56: </body>
57: </html>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>