Installation: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
Line 28: Line 28:
=== Dependencies ===
=== Dependencies ===


SemanticOrganization depends on [https://www.semantic-mediawiki.org/ Semantic MediaWiki], the [https://www.mediawiki.org/wiki/Extension:Page_Forms Page Forms] extension and the [https://www.mediawiki.org/wiki/Extension:ParserFunctions Parser Functions] extension. It was developed to work with the [https://github.com/thaider/tweeki/ Tweeki]-Skin.
==== Extensions ====
 
SemanticOrganization depends on the following extensions:
* [https://www.semantic-mediawiki.org/ Semantic MediaWiki]
* [https://www.mediawiki.org/wiki/Extension:Page_Forms Page Forms]  
* [https://www.mediawiki.org/wiki/Extension:ParserFunctions Parser Functions]
 
==== Skins ====
 
SemanticOrganization was developed to work with the [https://github.com/thaider/tweeki/ Tweeki] skin. It might or might not work with other skins.


=== Example configurations ===
=== Example configurations ===

Revision as of 08:50, 1 May 2018

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

Extensions

SemanticOrganization depends on the following extensions:

Skins

SemanticOrganization was developed to work with the Tweeki skin. It might or might not work with other skins.

Example configurations

Basic Configuration