Nerdmind/Blog: Blogging Application Written With PHP7! At ... - GitHub

Skip to content Dismiss alert {{ message }} / Blog Public
  • Notifications You must be signed in to change notification settings
  • Fork 28
  • Star 88
  • Code
  • Issues 3
  • Pull requests
  • Actions
  • Projects
  • Wiki
  • Security
  • Insights
Additional navigation options  masterBranchesTagsGo to fileCode

Folders and files

NameNameLast commit messageLast commit date

Latest commit

 

History

358 Commits
corecore  
static/image/contentstatic/image/content  
themetheme  
.gitignore.gitignore  
403.php403.php  
404.php404.php  
index.phpindex.php  
license.mdlicense.md  
readme.mdreadme.md  
View all files

Repository files navigation

  • README
  • MIT license
PHP7 blogging application

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.

Default theme

Administration interface

Administration interface

Content editor

Content editor

Requirements

  • PHP version >= 7.3!
  • MariaDB version >= 10.2.2 or MySQL version >= 8.0!

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>. 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. 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:

  • GitHub
  • Mirror

About

A simple blog system with Markdown support, written in PHP & MySQL.

code.nerdmind.de/blog/

Topics

mysql blog html markdown php simple easy

Resources

Readme

License

MIT license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

88 stars

Watchers

8 watching

Forks

28 forks Report repository

Releases

15 tags

Packages

Uh oh!

There was an error while loading. Please reload this page.

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

  • PHP 73.5%
  • CSS 14.9%
  • SCSS 9.8%
  • JavaScript 1.8%
You can’t perform that action at this time.

Từ khóa » Blog Php Github