Skip to content

Install instructions

Martin Gabelmann edited this page Jul 6, 2019 · 7 revisions

DokuKIT Template

Prerequisites

Dokukit works very well with the "niceurls" options from Dokuwiki. To use this feature your Webserver has to allow URL Rewrites through .htaccess files, e.g. for apache2:

<Directory /path/to/dokuwiki>
AllowOverride all
</Directory>

Then rename the .htaccesss.dist from the dokuwiki root dir into .htaccess and uncomment all rewrite rules there. Afterwards, go to Admin Interface ▶️ Configuration Settings ▶️ Section: Advanced and set "niceurls" to ".htaccess" as well as the "usesplash" option.

Installation through Admin Interface

  • Login as Admin,
  • got to Extension Manager ▶️ Search and Install,
  • Search for "dokukit",
  • click "Install",
  • go to Admin Interface ▶️ Configuration Settings,
  • choose template "dokukit", scroll down and click "Save".

Manual Installation

Install it on your web server:

cd /path/to/dokuwiki/lib/tpl/
git clone https://github.com/particleKIT/dokuKIT.git dokukit
chown -R webserver-user:webserver-group dokukit/

and enable it from the admin panel.

After enabling it, there are new config fields on the configuration site. You can also style the template (institute logo...).

Common Plugins

List of recommended Plugins that were tested and integrated with dokukit.
They all can be installed from the Admin panel.

Clone this wiki locally