Translations of this page?:
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
Learn about DokuWiki
Advanced Use
Corporate Use
Our Community
Follow us on Facebook, Twitter and other social networks.
To install DokuWiki using the OpenBSD packages use the package manager:
~$ doas pkg_add dokuwiki
The package managers will take care of setting up dependencies and chroot requirements.
You may want to change your httpd.conf to something similar show below.
server "default" { listen on egress port 80 listen on 127.0.0.1 port 80 location "/dokuwiki/*.php*" { root { "/dokuwiki", strip 1 } fastcgi socket "/run/php-fpm.sock" } location "/dokuwiki/*" { directory index index.php root { "/dokuwiki", strip 1 } } }