From 1c03652fa244d76ac15760b33a36711b23a3ef22 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Thu, 17 Jun 2021 00:26:29 +0200 Subject: Move database.sql to core/db/ --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 632d6a1..48d8b07 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ Easy blogging application written with PHP7! The application comes with a fullte ## Installation 1. Download the repository and extract it to the target directory where it should be installed. -2. Create your MySQL database and import the `database.sql` file. +2. Create your MySQL database and import the `core/db/database.sql` file. 3. Rename `core/configuration-example.php` to `core/configuration.php` and customize the configuration and set in any case the settings for the database connection. 4. Navigate your browser to `/admin/auth.php` and authenticate with the default username `ChangeMe` and the password `changeme` (please note that the username is case-sensitive). -- cgit v1.2.3