Wiki Manager Application

Version 36.1 by Thomas Mortagne on 2011/10/28 09:19

cogAllows to easily create, modify and delete wikis in an XWiki virtual mode
TypeXAR
Category
Developed byUnknown
Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Description

Installation

The application is based on the Wiki Manager Plugin, so make sure the plugin is installed.

Import the Wiki Manager application in your XWiki using the Import tool in the Administration and point your browser to the WikiManager.WebHome page.

How to use

From there you can create applications in WikiManager/CreateNewWiki page, see wikis you have in your farm and delete, change state, etc. in the WikiManager/WebHome page. Wiki Manager is bundled with XWiki Enterprise Manager. You can find documentation, like how to create a new wiki, on the XEM documentation.

Create new wiki
Learn how to create a new wiki in your installed wiki farm
Edit wiki descriptor
Learn how to modify general wiki configuration such as aliases, https, etc.
Modify wiki aliases
Learn how to add or remove wiki aliases.
Access a wiki
Learn the different ways to target a wiki in the url.

Screenshots

See XEM documentation.

Prerequisites & Installation Instructions

Complete installation

  • Install Application Manager plugin and application.
  • Install Wiki Manager plugin and Extension.Wiki Manager Application.
    If you already have a XWiki.XWikiServerClass class document make sure not to overwrite it unless it contains exactly the same properties. Otherwise you could get conflict with already existing wikis descriptors.
  • [before 3.3] Edit your xwiki.cfg file and add the following entries to activate the plugins:
    xwiki.plugins=\
      [...]
      com.xpn.xwiki.plugin.wikimanager.WikiManagerPlugin,\
      com.xpn.xwiki.plugin.applicationmanager.ApplicationManagerPlugin
  • Create a wiki server descriptor for the main wiki: create XWiki.XWikiServerXwiki page and add a XWiki.XWikiServerClass object in it with the proper domain name.
  • Set your wiki as "virtual" to allow multiple wikis. For this edit your xwiki.cfg file and set the xwiki.virtual property to 1:
    xwiki.virtual=1
  • In order for Wiki Manager to be able to create new wikis on demand, you will need to give all rights to your database user. For example for MySQL, execute:
    mysql -u root -e "grant all privileges on *.* to xwiki@127.0.0.1 identified by 'xwiki'"

Get Connected