Installation/de: Difference between revisions

From SemanticOrganization
Jump to: navigation, search
(Created page with "Wechsle ins „extensions“-Unterverzeichnis deiner MediaWiki-Installation:")
(Created page with "Klone das Repository:")
Line 13: Line 13:
  cd extensions
  cd extensions


Clone the repository:
Klone das Repository:


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

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

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;