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!
- Download the repository and extract it to the target directory where it should be installed.
- Create your MySQL database and import the
database.sqlfile. - Rename
core/configuration-example.phptocore/configuration.phpand customize the configuration and set in any case the settings for the database connection. - Navigate your browser to
/admin/auth.phpand authenticate with the default usernameChangeMeand the passwordchangeme(please note that the username is case-sensitive).
More information about the configuration and customization on the wiki of this repository!


