Move database creation to bin/dbcreate.pl.

Remove install/*

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-05-18 13:33:49 +02:00
parent 4ad63fcb4e
commit 9b6bf3e194
3 changed files with 12 additions and 10 deletions

View file

@ -70,9 +70,9 @@ INSTALLATION INSTRUCTIONS
* Setup your database server with a username, password and
database matching the NewsStats configuration (see 2 a).
* Start the installation script:
* Start the database creation script:
# install/install.pl
# bin/dbcreate.pl
It will setup the necessary database tables and display some
information on the next steps.