Installation

From SemanticOrganization
Revision as of 08:45, 1 May 2018 by Admin (talk | contribs) (Created page with "__TOC__ === Installation === You can [https://github.com/thaider/SemanticOrganization Download SemanticOrganization from GitHub] or get it directly with git: Change to the "...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Example configurations

Basic Configuration