aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-06-17 00:26:29 +0200
committerThomas Lange <code@nerdmind.de>2021-06-17 00:26:29 +0200
commit1c03652fa244d76ac15760b33a36711b23a3ef22 (patch)
tree48de9780e5db88832d5d50f24b840ae8ec6cfd7d
parentfefa367242de85f46250fb8da46dbae3f5545836 (diff)
downloadblog-1c03652fa244d76ac15760b33a36711b23a3ef22.tar.gz
blog-1c03652fa244d76ac15760b33a36711b23a3ef22.tar.xz
blog-1c03652fa244d76ac15760b33a36711b23a3ef22.zip
Move database.sql to core/db/
-rw-r--r--core/db/database.sql (renamed from database.sql)0
-rw-r--r--readme.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/database.sql b/core/db/database.sql
index ae61034..ae61034 100644
--- a/database.sql
+++ b/core/db/database.sql
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).