|
From: <cpj...@pr...> - 2004-01-27 16:24:35
|
Update of /cvsroot/etest/etest/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18672/doc Modified Files: INSTALL README Log Message: updates -- craig Index: INSTALL =================================================================== RCS file: /cvsroot/etest/etest/doc/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** INSTALL 27 Jan 2004 15:18:40 -0000 1.1 --- INSTALL 27 Jan 2004 16:23:30 -0000 1.2 *************** *** 11,12 **** --- 11,18 ---- * setup MySQL database with supplied etest_mysql_import.sql file * setup ./includes/configure.php file with proper values + + ** + some initial database data is included to get you started with. + you could start from scratch yourself and delete all the demo + data or use our demo info as a guide to get started with. + ** Index: README =================================================================== RCS file: /cvsroot/etest/etest/doc/README,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** README 27 Jan 2004 15:18:40 -0000 1.1 --- README 27 Jan 2004 16:23:30 -0000 1.2 *************** *** 9,24 **** ! ======= ! INSTALL ! ======= Read the 'INSTALL' file for more detailed directions. ! === ! RUN ! === Point your browser to the etest root directory. ! ======== \ No newline at end of file --- 9,24 ---- ! =========== ! | INSTALL | ! =========== Read the 'INSTALL' file for more detailed directions. ! ========== ! | RUN | ! ========== Point your browser to the etest root directory. ! ======================================================= |