Configure Wiki

From DOC

Jump to: navigation, search


Contents

Overview

The process outlined here helps configure and set-up Media Wiki ready for "Tolven Upload"

Install Semantic Media Wiki

Setting up Semantic Media Wiki (SMW) is not covered here. But make sure setup meets the following


Install standard Extensions

The following SMW extensions are required to format and view "Tolven Upload" content.

Optional extension useful for Wiki Administration.

Add Configuration Options to LocalSettings.php

Add the following entries to LocalSettings.php so that fact boxes will work correctly.

# Semantic Wiki config bits
$smwgLinksInValues = true;
$smwgShowFactbox = SMW_FACTBOX_SHOWN;
$smwgAllowRecursiveExport = true;
# So the search box can work
$wgUseAjax = true;
$wgAjaxSearch = true;
$wgAdvancedSearchHighlighting = true;
$wgAjaxWatch = true;
$wgAllowPageInfo = true;
$wgEnableMWSuggest = true;

Install Tolven Extension

Copy contents from <tolvenWikiProject>src\wiki\extensions\TolvenUpload folder to <MediaWiki Installation Dir>/extensions/TolvenUpload and include the following line into LocalSettings.php file.

require_once( "$IP/extensions/TolvenUpload/TolvenUpload.php" );


Install Tolven JS

Type "MediaWiki:Common.js" under search box and search for this file. Create this page if not present and copy/paste content from <tolvenWikiProject>src\wiki\js\common.js and click "Save page". If page is already present append the content.


Install Tolven CSS

Type "MediaWiki:Common.css" under search box and search for this file. Create this page if not present and copy/paste content from <tolvenWikiProject>src\wiki\css\common.css and click "Save page". If page is already present append the content.


Verify

Restart Wiki and go to "Special:Version" to verify if all extensions are installed correctly.


Next

SMW is ready to use and now you can start Upload process at Load Wiki.

Personal tools