Documentation

Installation

Step 1: Download

If you havn't already, download the latest version of starkBlog from here.

Step 2: Extract

Extract the tarball to your web server.

$ tar -xvzf starkBlog-ver.tar.gz

Step 3: Install

Chmod your config.php file to be writible (aka to 777)

$ chmod 777 config.php

Point your browser to http://your-site.com/starkBlog/install.php and fill in the information required. If all goes well, it will tell you.
IMPORTANT: chmod your config.php file to 644!

$ chmod 644 config.php
At this point, it is safe to delete install.php.
$ rm install.php
Then, point your browser to http://your-site.com/starkBlog/index.php and you can start blogging!

Upgrading

From 0.2 to 0.3

To upgrade from 0.2 to 0.3, you will need to use a special update script, to be released at a later time. Check back soon for it!


From 0.1 to 0.2

To update, simply copy your blog_backend.php file to a temporary seperate directory, extract the new tarball, and copy blog_backend.php back.