Is there a wiki service for NS?

Hello, I need a wiki for some clients. Is there wiki package/app that is being reviewed? I’ve searched a bit in the forums and have not found anything. In a perfect world I’m trying to manage everything through the NS interface.

And just to hijack my own thread> can anyone suggest a decent document management app?

@stephdl do you have already tried to install Dokuwiki or Mediawiki on NethServer?

Install dokuwiki from epel, it works out of the box. The good customisation will be to authenticate users through LDAP.

It is a contribs I would aim to do.

2 Likes

On the grill

Beer for you sir :wink:

1 Like

You can also install dokuwiki like this:

  • Create a shared folder with web access and PHP enabled

  • Untar the source code inside the the shared folder

  • Create a .htwritable file with the following content:

    conf
    data
    lib

If you also need a CMS, would it be like “cursing in church” to come up with Drupal and adding a wiki functionality to it? I used this youtube video to configure it on my own server: https://www.youtube.com/watch?v=KHsjjHzYOSg
This vid is for Drupal7. Drupal8 has been released already, but I don’t have any experience with Drupal8 yet.

or

yum install http://mirror.de-labrusse.fr/nethserver/dokuwiki/dokuwiki-20150810a-3.ns6.sdl.noarch.rpm http://mirror.de-labrusse.fr/nethserver/nethserver-dokuwiki/nethserver-dokuwiki-0.0.1-1.ns6.sdl.noarch.rpm

then go to the server-manager and set a password to the user ‘admin’ who is also the administrator of dokuwiki

to login -> https://IP_NS/dokuwiki
login : admin
password : your password

the authentication is ldap based then all users created in the server-manager are good, but with ACL you can restrict acces to the pages following the group/user. However You can use the internal authentication also, I will write some commands.

2 Likes

Hi,
@stephdl
:+1: :beer:

1 Like