X-Git-Url: https://code.th-h.de/?p=usenet%2Fnewsstats.git;a=blobdiff_plain;f=doc%2FINSTALL;h=626fb6d478e84f19e8e6a4bcdd1376133dfe24f9;hp=a5ca01d409fcc8989441d30c6ed5e4e43cf116d3;hb=84e9923abeadcfb488985b9e60eb78d4eaa950fd;hpb=48c8d4bb8e0585ce26e63d1332e6efb20babdf6f diff --git a/doc/INSTALL b/doc/INSTALL index a5ca01d..626fb6d 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -30,21 +30,21 @@ INSTALLATION INSTRUCTIONS * Copy the sample configuration file newsstats.conf.sample to newsstats.conf and modify it for your purposes: - # cp newsstats.conf.sample newsstats.conf - # vim newsstats.conf + # cp etc/newsstats.conf.sample etc/newsstats.conf + # vim etc/newsstats.conf a) Mandatory configuration options * DBDriver = mysql Database driver used; currently only mysql is supported. - + * DBHost = localhost The host your mysql server is running on. * DBUser = The username to connect to the database server. - * DBPw = + * DBPw = Matching password for your username. * DBDatabase = newsstats @@ -63,17 +63,17 @@ INSTALLATION INSTRUCTIONS * TLH = de Limit examination to that top-level hierarchy. - + 3) Database (mysql) setup * Setup your database server with a username, password and database matching the NewsStats configuration (see 2 a). * Start the installation script: - + # install/install.pl - It will setup the necessary database tables and display some + It will setup the necessary database tables and display some information on the next steps. 4) Feed (INN) setup