From: Sebastien D. <sde...@us...> - 2005-01-21 15:00:15
|
Update of /cvsroot/tslogparser/tslogparser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1200 Modified Files: HISTORY INSTALL Log Message: Ready to release Index: INSTALL =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/INSTALL,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- INSTALL 21 Jan 2005 10:42:39 -0000 1.6 +++ INSTALL 21 Jan 2005 15:00:06 -0000 1.7 @@ -1,4 +1,4 @@ -This file describes the process for installing the tslogparser tool. +This file describes the process for installing the tslogparser tool from source. It contains the following sections: 1. Copy the files @@ -6,6 +6,12 @@ 3. Configure tslogparser 4. Initial database creation +In case you're using the RPM file, you have to: +-> Install the rpm + rpm -i tslogparser-*.rpm +-> Set up the database server (see step 2. below) +-> Configure the /etc/tslogparser.conf.php file (see step 3.) +-> Create the database data (see step 4.) ---------------------- STEP 1: Copy the files. ------------------------------- Index: HISTORY =================================================================== RCS file: /cvsroot/tslogparser/tslogparser/HISTORY,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- HISTORY 12 Jan 2005 14:00:00 -0000 1.14 +++ HISTORY 21 Jan 2005 15:00:06 -0000 1.15 @@ -1,3 +1,8 @@ +2005-01-21: tag v04 +- Change in database.inc.php to include standard configuration file +- New files: package/tslogparser.{conf,conf.php,spec} +- These changes are meant to allow for a RPM packaging + 2005-01-12: - Update INSTALL file according to Bryce's recommandations. - New file: USAGE. |