Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.
/ simpleblog Public archive

A SimpleBlog that uses my JSONDatabase class (Not a really good blog platform but small footprint and good example of how JSONDatabase class is and how to use it.`

Notifications You must be signed in to change notification settings

mitchellurgero/simpleblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleBlog

A Simple Blogging platform for PHP 5.5+ using JSONDatabase as a storage backend.

Installing

  1. Unzip to a directory on your server.
  2. Edit config.php to your specifications. (Make sure database location is OUTSIDE the root dir of server (See default config)
  3. run install.php in browser.

Reseting password:

  • Just Remove the users table in the database folder and re-run install.php.

About

A SimpleBlog that uses my JSONDatabase class (Not a really good blog platform but small footprint and good example of how JSONDatabase class is and how to use it.`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages