Installation/de: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(Created page with "siehe auch die vollständige Installationsanleitung, um MediaWiki mit allen Abhängigkeiten aufzusetzen")
(Created page with "Installation")
Line 5: Line 5:
siehe auch die [[Special:MyLanguage/Full Installation Instructions|vollständige Installationsanleitung]], um MediaWiki mit allen Abhängigkeiten aufzusetzen
siehe auch die [[Special:MyLanguage/Full Installation Instructions|vollständige Installationsanleitung]], um MediaWiki mit allen Abhängigkeiten aufzusetzen


=== Installation ===
Installation


You can [https://github.com/oteloegen/SemanticOrganization Download SemanticOrganization from GitHub] or get it directly with git:
You can [https://github.com/oteloegen/SemanticOrganization Download SemanticOrganization from GitHub] or get it directly with git:

Revision as of 21:48, 13 November 2018

The Beta version of SemanticOrganization has not been released yet.

siehe auch die vollständige Installationsanleitung, um MediaWiki mit allen Abhängigkeiten aufzusetzen

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/oteloegen/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:

Skin

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

Recommended configuration settings in LocalSettings.php

# Disable caching
$wgEnableParserCache = false;
$wgCachePages = false;
# Allow display titles for automatically created page names
$wgRestrictDisplayTitle = false;