Setup of a MediaWiki

From bnw.bnwiki.org
Jump to navigation Jump to search

Each done for:

And before that:

First steps

MediaWiki wurde installiert.

Hilfe zur Verwendung und Konfiguration der Wiki-Software findest du im Benutzerhandbuch.

Changes to LocalSettings.php

## The URL paths to the logo.  Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
$wgLogos = [
	'1x' => "$wgResourceBasePath/resources/assets/change-your-logo.svg",
	'icon' => "$wgResourceBasePath/resources/assets/change-your-logo.svg",
];

Images

## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = false;
  • Allow the usage of images: Set file attributes for the 'images' directory from '750' to '755'.

Language

# Site language code, should be one of the list in ./includes/languages/data/Names.php
$wgLanguageCode ="de";