Dokuwiki

DokuWiki is a simple to use and highly versatile Open Source wiki software that doesn’t require a database. It is loved by users for its clean and readable syntax. The ease of maintenance, backup and integration makes it an administrator’s favorite. Built in access controls and authentication connectors make DokuWiki especially useful in the enterprise context and the large number of plugins contributed by its vibrant community allow for a broad range of use cases beyond a traditional wiki.


Note

For this guide you should be familiar with the basic concepts of

License

DokuWiki are released under the GNU General Public License (GPL).

All relevant legal information can be found here

Prerequisites

We’re using PHP in the stable version 7.1:

[isabell@stardust ~]$ uberspace tools version show php
Using 'PHP' version: '7.1'
[isabell@stardust ~]$

Your blog domain needs to be setup:

[isabell@stardust ~]$ uberspace web domain list
isabell.uber.space
[isabell@stardust ~]$

Installation

cd to your document root, then download and configure DokuWiki.

[isabell@stardust ~]$ cd /var/www/virtual/$USER/html/
[isabell@stardust html]$ wget https://download.dokuwiki.org/src/dokuwiki/dokuwiki-stable.tgz
[isabell@stardust html]$ tar -xzvf dokuwiki-stable.tgz --strip-components=1
[isabell@stardust html]$ rm dokuwiki-stable.tgz
[isabell@stardust html]$ cd ~
[isabell@stardust ~]$

Finishing installation

Now point your Browser to your installation URL https://isabell.uber.space/install.php. Complete the form and follow the installation instructions.

You will need to enter the following information:

  • your wiki name: The name of your wiki.

  • ACL: It´s recommended that ACL is enable.

  • Superuser: The login name of the admin user.

  • Real Name: Your name, nickname or something else (don´t use superuser name!)

  • E-Mail: The e-mail address of the admin user.

  • Password: The superduper secure password of the admin user.

  • Initial ACL policy: Choose the type of your wiki.

  • Allow users to register themselves: your decision

  • Choose under which license your content will be published

At least you have to delete the install.php.

Tuning

For plugins, themes and other stuff go to DokuWiki.

Updates

Note

Check the update feed regularly to stay informed about the newest version.

Your first plugin you have to install, is the upgrade plugin. With this plugin you can update directly from the admin interface.


Tested with DokuWiki 2018-04-22b “Greebo”, Uberspace 7.2.1.0

Written by: Christian Kantelberg <uberlab@mailbox.org>