diff options
author | Thomas Lange <code@nerdmind.de> | 2024-12-07 21:19:54 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2024-12-07 21:21:59 +0100 |
commit | 31d7269f217f56b017d8e05a66caa2501212ed06 (patch) | |
tree | 9cafc9275ed75c7e02adca715d6e64a0f6d9d691 /readme.md | |
parent | db7b51e00891e5a67e8be7baa2f3385f74174215 (diff) | |
download | blog-31d7269f217f56b017d8e05a66caa2501212ed06.tar.gz blog-31d7269f217f56b017d8e05a66caa2501212ed06.tar.xz blog-31d7269f217f56b017d8e05a66caa2501212ed06.zip |
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ Easy blogging application written with PHP7! The application comes with a fullte 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). +5. Configure your web server. **For nginx**, look at `core/ws-nginx.conf`; **for Apache**, look at `core/ws-apache.conf`. (You can copy `core/ws-apache.conf` to `.htaccess` if you want to.) +6. 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). ## Documentation You can find more information about the configuration and customization in the wiki: |