Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 516 Bytes

smallBlog

smallBlog is a low weight CMS for creating blogs written in PHP

howto

  • prerequisite: LAMP stack or something similar
  • insert your database credentials into /includes/config.php
  • import sample sql file /db/db.sql into your database
  • admin page can be reached via www.yourserver.com/admin
  • Demo login credentials:
    • User: demo
    • Password: demo

features

  • crud system for users and blogposts
  • create blogposts with TinyMCE a intuitive WYSIWYG HTML editor

Credits

by CommanderK33n