-
Notifications
You must be signed in to change notification settings - Fork 3
Admin Guide: xwiki
WikiJs is EIC network's collaborative knowledge base. A detailed guide to Wiki.js is available here: https://docs.requarks.io/.
Add permissions in the liquid investigations home page admin to allow groups and users to use the Wiki.js app.


Go to "Administer wiki" by clicking the menu button in the top right corner.

Under 'Users & Rights' in the admin menu there is the 'Groups' submenu to manage and create groups.

Click the 'Create group' button to create a new group.
Click edit user. In the form the first field is 'Users to add'. Clicking inside that fields will bring up a list of users.

In the admin menu under 'Users & Rights' there is the 'Rights' submenu that will bring up the menu to set global rights for users and groups. It is possible to set rights for viewing, editing, commenting, deleting and many more. Clicking once will allow the trait of that column, clicking a second time will deny it.
On top of the table for the rights there is a switch that let's you choose between right management for single users or groups.

On a page, click the 3 dots to the right of the page title. Then click 'Administer page'.

Then click 'User & Rights' to get to the menu for rights management. There you can choose between rights for a single page or rights for a page and all its children.

Clicking on one of the options brings up the Permissions matrix where you can set permissions for users and groups on a page level.

There is a command available: ./liquid import-xwiki-from-dokuwiki
There is a command available: ./liquid import-xwiki-from-wikijs
.
Follow the instructions given by the script. It is necessary to go to the wiki.js UI and dump the pages
using their admin menu.
On first wiki creation, user database is empty
Admin needs to execute script when running first time: ./liquid sync-users-with-xwiki
Report incomplete documentation by opening a new Issue in this repository.