From 52b077a48c743ba4d08ac00520a0bf1ef6deef5f Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Fri, 24 Feb 2017 21:27:59 +0100 Subject: Initial commit. --- readme.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..c0bc0eb --- /dev/null +++ b/readme.md @@ -0,0 +1,20 @@ +# PHP7 blogging application +Easy blogging application written with pure PHP7! The application comes with a fulltext search functionality for posts and with customizable templates and languages. You can build your own template if the standard template does not satisfy you! You can see the application in action with a custom template on my private blog at [blog.nerdmind.de](https://blog.nerdmind.de/)! + +## Minimalistic standard template +![Standard template](https://nmnd.de/file/p/github-blog/standard-template.png) + +## Clean administration interface … +![Administration interface](https://nmnd.de/file/p/github-blog/admin-template-2.png) + +## … with a nice content editor +![Content editor](https://nmnd.de/file/p/github-blog/admin-template-1.png) + +## 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. +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). + +## Wiki +More information about the configuration and customization on the **wiki** of this repository! \ No newline at end of file -- cgit v1.2.3