Information Systems:UniKB Wiki Technical Administration Guide

From uniWIKI
Revision as of 11:41, 29 October 2015 by Norwinu (talk | contribs)
Jump to navigation Jump to search

Overview

This page describes the configuration of this wiki. uniKB, as with any other MediaWiki-based site, is a customized installation based on open-source software. This page is dedicated to outlining in detail these custom changes from the default configuration so that the wiki can be administered by any system administrator familiar with open-source software.

Installation

The uniKB MediaWiki software is code that runs on top of Apache/MySQL/PHP. Please see uniPHARM eLearning Web Server Administration for more info.

MediaWiki

LocalSettings.php

Customizations

Timezone

$wgLocaltimezone was added to correct time displayed in wiki (edit timestamps etc.)

Extensions

Extensions are a major part of MediaWiki. As with most community-driven, open-source projects, the principle of having extensions is to separate the code for add-ons from the core code, which is what is officially supported by the community developers of the main project. The downside of this structure is that extensions that become relied upon can have a lack of support as they are maintained by third-parties. Extensions can also conflict with each other, as well as break after upgrades to the core software. Thus it is fragile practice to maintain and upgrade a customized instance of open-source software like this wiki, and caution must be exercised to ensure all functionality survives an upgrade. The extensions installed on uniKB are discussed below, mainly in order of decreasing importance.

LDAP Authentication

Extension page:

Maintenance

Breadcrums2

Extension page: https://www.mediawiki.org/wiki/Extension:BreadCrumbs2