miniBLOG
========

Extract the zip file (it's all in the right relative folder structure)

Use the sql query (from the /sql folder) named create_database_table.sql 
to create a new database table for your blogs.  
Do not change the name of the table or any table fields!

Adjust the config.php file in /blog_includes so that database variables match 
YOUR database name, log-in, etc.

Do remember to change the value of $password to something other than the default.

Upload all files using the same relative structure as in the zip file.

You're done.

Use the editor to add blog postings (and edit/delete them later).

Pretty well all automagic from there.