Dokuwiki

From SME Server
Revision as of 08:01, 21 November 2013 by Stephdl (talk | contribs) (Created page with "{{Languages|Foo}} == dokuwiki for SME Server == {{Level|beginner}} === Maintainer === [mailto:daniel@firewall-services.comDaniel B.] from [http://www.firewa...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


dokuwiki for SME Server

PythonIcon.png Skill level: beginner
The instructions on this page can be followed by a beginner.


Maintainer

Daniel B. from Firewall Services

Description

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.

Requirements

You need the firewall-service repo to install this contribs

Installation

This contrib is currently held in the fws repository, so the following commands will install on your smeserver.

yum install --enablerepo=fws install smeserver-dokuwiki dokuwiki-plugins

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

or if you do not wantto restart your computer

signal-event webapps-update

There is no panel in the server-manager, you can go to https://sme-ip/dokuwiki and perform a login with users and passwords of your internal ldap.

Uninstall

yum remove smeserver-dokuwiki dokuwiki-plugins dokuwiki
signal-event post-upgrade;  signal-event reboot

Bugs

There is no component yet in bugzilla for smeserver-dokuwiki, you should contact the maintainer if you found a bug,

<noinclude>[[Category: Contrib]]</noinclude>