4. Installation

Installation of Woclema can be divided in installing the software itself, setting up HTTP server, and setting up the database. Since each of these steps is platform independent, only general directions will be given.

4.1. Installing Woclema

Copy weblog.pl, atom.pl and the directory Woclema in target directory (i.e. where the HTTP-server will be looking for them). If you prefer not to use Atom-feed, delete atom.pl instead. Scripts used to enter and publish weblog entries (write_entry.pl and publish.pl) can be placed anywhere; however Woclema directory is also needed there.

4.2. Setting up HTTP server

You will only need to allow the HTTP server to execute installed scripts, namely weblog.pl.

4.3. Setting up database

A database must be set up manually, including creation of tables. Required commands to create tables and such can be found in file sql in root directory of Woclema distribution package.