Difference between revisions of "Dokuwiki"
(Created page with "{{Languages|Foo}} == dokuwiki for SME Server == {{Level|beginner}} === Maintainer === [mailto:daniel@firewall-services.comDaniel B.] from [http://www.firewa...") |
|||
Line 33: | Line 33: | ||
signal-event post-upgrade; signal-event reboot | signal-event post-upgrade; signal-event reboot | ||
=== Bugs === | === Bugs === | ||
− | There is no component yet in bugzilla for smeserver-dokuwiki, you should contact the maintainer if you found a bug, | + | There is no component yet in bugzilla for smeserver-dokuwiki, you should contact the maintainer if you found a bug, or Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] and select the Unknown component or use {{BugzillaFileBug|product=SME%20Contribs|component=Unknown|title=this link}}. |
− | + | [[Category: Contrib]] |
Revision as of 08:06, 21 November 2013
dokuwiki for SME Server
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, or Please raise bugs under the SME-Contribs section in bugzilla and select the Unknown component or use this link .