Installation

From SemanticOrganization
Jump to: navigation, search

Installation

You can Download SemanticOrganization from GitHub or get it directly with git:

Change to the "extensions" subdirectory of your MediaWiki installation:

cd extensions

Clone the repository:

git clone https://github.com/thaider/SemanticOrganization

Add the following to LocalSettings.php:

wfLoadExtension( "SemanticOrganization" );

Import the default templates, forms and categories:

php importDump.php < import/semorg-pages.xml

Cleanup after import:

cd ..
php maintenance/rebuildrecentchanges.php
php maintenance/runJobs.php

Dependencies

SemanticOrganization depends on Semantic MediaWiki, the Page Forms extension and the Parser Functions extension. It was developed to work with the Tweeki-Skin.

Example configurations

Basic Configuration