Menu

Tree [47e30c] master /
 History

HTTPS access


File Date Author Commit
 BunnyPHP 2018-10-29 IvanLuLyf IvanLuLyf [1355ba] Update Core
 app 2018-10-29 IvanLuLyf IvanLuLyf [47e30c] Add Site Render(Beta)
 config 2018-10-15 IvanLuLyf IvanLuLyf [f46308] Add git keep
 library 2018-10-15 IvanLuLyf IvanLuLyf [1b38a3] Add Sina Weibo OAuth Class
 static 2018-10-29 IvanLuLyf IvanLuLyf [a9270b] Add Static File For Static Render
 template 2018-10-29 IvanLuLyf IvanLuLyf [616b8b] Update Look
 .gitignore 2018-08-11 ivanlulyf ivanlulyf [b8e1a1] Initial Project commit
 LICENSE 2018-08-11 IvanLu IvanLu [0a6ff2] Create LICENSE
 README.md 2018-10-15 IvanLuLyf IvanLuLyf [17e921] Update ReadMe
 README_CN.md 2018-10-15 IvanLuLyf IvanLuLyf [17e921] Update ReadMe
 favicon.ico 2018-10-15 IvanLuLyf IvanLuLyf [fb6d9a] Update favicon
 index.php 2018-09-30 IvanLuLyf IvanLuLyf [52d9b2] Update Index

Read Me

MineBlog

MineBlog

MineBlog is a simple blog software powered by BunnyPHP framework.

Requirement

  • PHP >= 7.0
  • MySQL or SQLite

Installation

1. Clone this repository to your site root.

2. Set up your server

Apache

Add following content to .htacess file.

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php
</IfModule>

Nginx

location / {
    try_files $uri $uri/ /index.php$is_args$args;
}

3. Open http://yourdomain/install

Error Code

Code Description
0 ok
1001 password error
1002 user not exists
1003 username exists
1004 empty arguments
1005 invalid username
1006 database error
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.