diff options
author | Thomas Lange <code@nerdmind.de> | 2021-06-17 00:26:29 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-06-17 00:26:29 +0200 |
commit | 1c03652fa244d76ac15760b33a36711b23a3ef22 (patch) | |
tree | 48de9780e5db88832d5d50f24b840ae8ec6cfd7d /readme.md | |
parent | fefa367242de85f46250fb8da46dbae3f5545836 (diff) | |
download | blog-1c03652fa244d76ac15760b33a36711b23a3ef22.tar.gz blog-1c03652fa244d76ac15760b33a36711b23a3ef22.tar.xz blog-1c03652fa244d76ac15760b33a36711b23a3ef22.zip |
Move database.sql to core/db/
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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). |