-
Notifications
You must be signed in to change notification settings - Fork 0
Install instructions
Martin Gabelmann edited this page Jul 6, 2019
·
7 revisions
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
- 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".
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...).
List of recommended Plugins that were tested and integrated with dokukit.
They all can be installed from the Admin panel.
- Definition List
- hidden add spoiler function
- include other pages content
- IPGroup connect permissions to ipranges
- MathJax common latex syntax
- Move pages and namespaces
- Sortable tables
- translations
- Upgrade Dokuwiki through its webinterface
- TableWidth set static width of columns