aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md20
1 files changed, 12 insertions, 8 deletions
diff --git a/readme.md b/readme.md
index 2cdda49..abf1cdd 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
# PHP7 blogging application
-Easy blogging application written with 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/)!
+Easy blogging application written with PHP7! The application comes with a fulltext search functionality for posts and with customizable themes and languages. You can build your own theme if the default theme does not satisfy you.
-![Standard template](https://nmnd.de/file/p/github-blog/standard-template.png)
+![Default theme](https://nmnd.de/file/p/github-blog/default-theme.png)
## Administration interface
![Administration interface](https://nmnd.de/file/p/github-blog/admin-template-2.png)
@@ -10,10 +10,14 @@ Easy blogging application written with PHP7! The application comes with a fullte
![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).
+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`.
+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).
-## Wiki
-More information about the configuration and customization on the **wiki** of this repository! \ No newline at end of file
+## Documentation
+You can find more information about the configuration and customization in the wiki:
+
+* [GitHub](https://github.com/Nerdmind/Blog/wiki)
+* [Mirror](https://code.nerdmind.de/blog/wiki/)