Annotation of doc/build/verify.html, revision 1.1

1.1     ! harris41    1: <HTML>
        !             2: <HEAD>
        !             3: <TITLE>LON-CAPA System Verification</TITLE>
        !             4: </HEAD>
        !             5: <BODY>
        !             6: <H1>LON-CAPA System Verification</H1>
        !             7: <H3>Current System Verification Procedure (Almost)</H3>
        !             8: <P>
        !             9: System verification is enabled by typing this command
        !            10: <TT>cp /usr/sbin/loncapaverify /etc/cron.daily/loncapaverify</TT>
        !            11: This script checks two things:
        !            12: <UL>
        !            13: <LI>The integrity and status of LON-CAPA application files (specific for running the
        !            14: LON-CAPA application). 
        !            15: <LI>The integrity and status of software packages on the system (RPMs).
        !            16: </UL>
        !            17: A report is placed in <TT>/home/httpd/html/lon-status/systemreport.html</TT>
        !            18: for viewing on the world-wide web.
        !            19: </P>
        !            20: <H3>Future System Verification Procedure (not yet implemented)</H3>
        !            21: <P>
        !            22: In the future, this script will be incorporated into loncron and will part
        !            23: of the overall machine status report (<TT>/home/httpd/html/lon-status/index.html</TT>).
        !            24: </P>
        !            25: </BODY>
        !            26: </HTML>

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