aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2021-08-03 23:38:16 +0200
committerThomas Lange <code@nerdmind.de>2021-08-03 23:38:16 +0200
commit498f8ee11b5d8012c17d8a68ae6b447d07e9a11d (patch)
tree20611f340f665fdf5c22cfed373e7bc7b7321d04
parentab5d9d899eb54f5195dfd8c220aa96daba852145 (diff)
downloadblog-498f8ee11b5d8012c17d8a68ae6b447d07e9a11d.tar.gz
blog-498f8ee11b5d8012c17d8a68ae6b447d07e9a11d.tar.xz
blog-498f8ee11b5d8012c17d8a68ae6b447d07e9a11d.zip
Update readme.md
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 7d0d887..f885b04 100644
--- a/readme.md
+++ b/readme.md
@@ -15,8 +15,8 @@ Easy blogging application written with PHP7! The application comes with a fullte
## Installation
1. Clone the repository to the target directory (usually your *document root*). (Alternatively you also can download a specific release as ZIP archive and extract it to the target destination and skip step 2.)
-2. Check out the latest tag (or the tag you wish) by running `git tag -l` and `git checkout <tag>`.
-3. Create your MySQL database and import `core/db/database.sql`.
+2. Check out the latest tag (or the tag you wish) by running `git tag -l` and `git checkout <tag>`. If you wish to get the newest code and features which are not yet included in a release tag, you can use the `master` branch.
+3. Create your MariaDB/MySQL database and import `core/db/database.sql`.
4. Copy `core/configuration-example.php` to `core/configuration.php` and customize the configuration and set in any case the settings for the database connection.
5. 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).