Update INSTALL documentation.
Configuration files now reside in etc/.
This was an oversight from commit
2ad99c20bc
.
Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
44c197097b
commit
b3b170c357
14
doc/INSTALL
14
doc/INSTALL
|
@ -28,21 +28,21 @@ INSTALLATION INSTRUCTIONS
|
||||||
* Copy the sample configuration file newsstats.conf.sample to
|
* Copy the sample configuration file newsstats.conf.sample to
|
||||||
newsstats.conf and modify it for your purposes:
|
newsstats.conf and modify it for your purposes:
|
||||||
|
|
||||||
# cp newsstats.conf.sample newsstats.conf
|
# cp etc/newsstats.conf.sample etc/newsstats.conf
|
||||||
# vim newsstats.conf
|
# vim etc/newsstats.conf
|
||||||
|
|
||||||
a) Mandatory configuration options
|
a) Mandatory configuration options
|
||||||
|
|
||||||
* DBDriver = mysql
|
* DBDriver = mysql
|
||||||
Database driver used; currently only mysql is supported.
|
Database driver used; currently only mysql is supported.
|
||||||
|
|
||||||
* DBHost = localhost
|
* DBHost = localhost
|
||||||
The host your mysql server is running on.
|
The host your mysql server is running on.
|
||||||
|
|
||||||
* DBUser =
|
* DBUser =
|
||||||
The username to connect to the database server.
|
The username to connect to the database server.
|
||||||
|
|
||||||
* DBPw =
|
* DBPw =
|
||||||
Matching password for your username.
|
Matching password for your username.
|
||||||
|
|
||||||
* DBDatabase = newsstats
|
* DBDatabase = newsstats
|
||||||
|
@ -61,17 +61,17 @@ INSTALLATION INSTRUCTIONS
|
||||||
|
|
||||||
* TLH = de
|
* TLH = de
|
||||||
Limit examination to that top-level hierarchy.
|
Limit examination to that top-level hierarchy.
|
||||||
|
|
||||||
3) Database (mysql) setup
|
3) Database (mysql) setup
|
||||||
|
|
||||||
* Setup your database server with a username, password and
|
* Setup your database server with a username, password and
|
||||||
database matching the NewsStats configuration (see 2 a).
|
database matching the NewsStats configuration (see 2 a).
|
||||||
|
|
||||||
* Start the installation script:
|
* Start the installation script:
|
||||||
|
|
||||||
# install/install.pl
|
# 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.
|
information on the next steps.
|
||||||
|
|
||||||
4) Feed (INN) setup
|
4) Feed (INN) setup
|
||||||
|
|
Loading…
Reference in a new issue