Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.49 KB

dokuwiki.md

File metadata and controls

39 lines (24 loc) · 1.49 KB

DokuWiki

DokuWiki is a lightweight, file-based wiki engine with intuitive syntax and no database requirements.

Dependencies

This service requires the following other services:

Configuration

To enable this service, add the following configuration to your vars.yml file and re-run the installation process:

########################################################################
#                                                                      #
# dokuwiki                                                             #
#                                                                      #
########################################################################

dokuwiki_enabled: true

dokuwiki_hostname: dokuwiki.example.com

########################################################################
#                                                                      #
# /dokuwiki                                                            #
#                                                                      #
########################################################################

In the example configuration above, we configure the service to be hosted at https://dokuwiki.example.com/.

Usage

You will have to open the URL https://dokuwiki.example.com/install.php to complete the setup, as described in the official setup instructions.