Installation/de: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(Created page with "Erweiterungen")
(Created page with "SemanticOrganization ist von den folgenden Erweiterungen abhängig: * [https://www.semantic-mediawiki.org/ Semantic MediaWiki] (installierbar über composer) * [https://www.me...")
Line 35: Line 35:
Erweiterungen
Erweiterungen


SemanticOrganization depends on the following extensions:
SemanticOrganization ist von den folgenden Erweiterungen abhängig:
* [https://www.semantic-mediawiki.org/ Semantic MediaWiki] (installable via composer)
* [https://www.semantic-mediawiki.org/ Semantic MediaWiki] (installierbar über composer)
* [https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats Semantic Result Formats] (installable via composer)
* [https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats Semantic Result Formats] (installierbar über composer)
* [https://www.mediawiki.org/wiki/Extension:Page_Forms Page Forms]  
* [https://www.mediawiki.org/wiki/Extension:Page_Forms Page Forms]  
* [https://www.mediawiki.org/wiki/Extension:ParserFunctions Parser Functions] (standard extension included in the MediaWiki download)
* [https://www.mediawiki.org/wiki/Extension:ParserFunctions Parser Functions] (Standard-Extension, die im MediaWiki-Download enthalten ist)


==== Skin ====
==== Skin ====

Revision as of 21:52, 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

Semantic Organization kann von GitHub heruntergeladen oder direkt mit git installiert werden:

Wechsle ins „extensions“-Unterverzeichnis deiner MediaWiki-Installation:

cd extensions

Klone das Repository:

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

Füge die folgenden Zeilen zu LocalSettings.php hinzu:

wfLoadExtension( "SemanticOrganization" );

Importiere die Standard-Vorlagen, -Formulare und -Kategorien:

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

Aufräumen nach dem Import:

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

Abhängigkeiten

Erweiterungen

SemanticOrganization ist von den folgenden Erweiterungen abhängig:

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;