Table of Contents

Install and Configure Dokuwiki

Summary: This wiki page shows how I installed and configured this site using dokuwiki.
Date: 2 December 2024

Installation and Basic Configuration

The original installation was already done in 2012 using the “Adore Belle” edition. In 2021 I had to do the installation again because everything broke due to a failed installation. This is the installation as from then:

Side Bar

A side bar is not included by default, but just create a page called 'sidebar' and the sidebar will be shown on the right side of the page. The sidebar is included in the template and is shown on every page.

Additional Configuration

I've configured the following settings:

Plugins

I've installed and configured the following plugins:

Change the Logo and FavIcon

Dokuwiki checks a few places for the favicon and logo, and one of them is the root of the wiki namespace:

Template Changes

Create the following file conf/tpl/dokuwiki/style.ini to be able to make changes to the template.

Add the following lines to change the width of the site and the sidebar:

[replacements]
__site_width__  = "95%"
__sidebar_width__ = "25%"

Upgrade Dokuwiki

Create a backup

Create a backup by downloading the following folders:

Upgrade

Upgrading dokuwiki is best done using the Upgrade plugin. Go to the admin section and click 'Wiki Upgrade'. This will start the upgrade, by just following the steps.

Upgrade Plugins

Go to the admin section and click 'Extension Manager'. This will show you the plugins that need to be updated. Click 'Update' to update the plugins.

Useful Links