Installation/de: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(Created page with "Wechsle ins „extensions“-Unterverzeichnis deiner MediaWiki-Installation:")
(Updating to match new version of source page)
 
(21 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__TOC__
__TOC__


{{release-warning}}
siehe auch die [[Special:MyLanguage/Full Installation Instructions|vollständige Installationsanleitung]], um MediaWiki mit allen Abhängigkeiten aufzusetzen <!-- oder das [https://github.com/soudis/semorg-docker/ Docker Image]-->


siehe auch die [[Special:MyLanguage/Full Installation Instructions|vollständige Installationsanleitung]], um MediaWiki mit allen Abhängigkeiten aufzusetzen
=== Installation ===
 
Installation


Semantic Organization kann von [https://github.com/oteloegen/SemanticOrganization GitHub] heruntergeladen oder direkt mit git installiert werden:
Semantic Organization kann von [https://github.com/oteloegen/SemanticOrganization GitHub] heruntergeladen oder direkt mit git installiert werden:
Line 13: Line 11:
  cd extensions
  cd extensions


Clone the repository:
Klone das Repository:


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


Add the following to LocalSettings.php:
Füge die folgenden Zeilen zu LocalSettings.php hinzu:


  wfLoadExtension( "SemanticOrganization" );
  wfLoadExtension( "SemanticOrganization" );


Import the default templates, forms and categories:
Importiere die Standard-Vorlagen, -Formulare und -Kategorien:


  php importDump.php < import/semorg-pages.xml
  php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg_pages.xml


Cleanup after import:
Aufräumen nach dem Import:


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


=== Dependencies ===
=== Abhängigkeiten ===
 
<div lang="en" dir="ltr" class="mw-content-ltr">
=== MediaWiki ===
</div>
 
<div lang="en" dir="ltr" class="mw-content-ltr">
SemanticOrganization has only been tested with MediaWiki 1.31
</div>


==== Extensions ====
==== Erweiterungen ====


SemanticOrganization depends on the following extensions:
<div class="mw-translate-fuzzy">
* [https://www.semantic-mediawiki.org/ Semantic MediaWiki] (installable via composer)
SemanticOrganization ist von den folgenden Erweiterungen abhängig:
* [https://www.mediawiki.org/wiki/Extension:Semantic_Result_Formats Semantic Result Formats] (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] (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)
</div>


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


SemanticOrganization was developed to work with the [https://github.com/thaider/tweeki/ Tweeki] skin. It might or might not work with other skins.
SemanticOrganization wurde unter Verwendung der [https://github.com/thaider/tweeki/ Tweeki]-Skin entwickelt. Möglicherweise funktioniert die Erweiterung auch mit anderen Skins.


=== Recommended configuration settings in LocalSettings.php ===
=== Empfohlene Konfigurationseinstellungen in LocalSettings.php ===


# Disable caching
$wgEnableParserCache = false;
$wgCachePages = false;


  # Allow display titles for automatically created page names
  # Allow display titles for automatically created page names
  $wgRestrictDisplayTitle = false;
  $wgRestrictDisplayTitle = false;

Latest revision as of 13:33, 24 June 2022

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/thaider/SemanticOrganization

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

wfLoadExtension( "SemanticOrganization" );

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

php maintenance/importDump.php < extensions/SemanticOrganization/import/semorg_pages.xml

Aufräumen nach dem Import:

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

Abhängigkeiten

MediaWiki

SemanticOrganization has only been tested with MediaWiki 1.31

Erweiterungen

SemanticOrganization ist von den folgenden Erweiterungen abhängig:

Skin

SemanticOrganization wurde unter Verwendung der Tweeki-Skin entwickelt. Möglicherweise funktioniert die Erweiterung auch mit anderen Skins.

Empfohlene Konfigurationseinstellungen in LocalSettings.php

# Allow display titles for automatically created page names
$wgRestrictDisplayTitle = false;