Difference between revisions of "DevSecOps"

From PKC
Jump to navigation Jump to search
imported>Admin
m (1 revision imported)
Toyhouse_PKC>Benkoo
Line 1: Line 1:
=MediaWiki Docs=
https://doc.wikimedia.org/mediawiki-core/master/php/index.html
=LocalSettings.php=
=LocalSettings.php=
The [[MW:Manual:LocalSettings.php|LocalSettings.php]] page on [[MW:MediaWiki]] is the first and foremost important document to study when configuring and operating a MediaWiki service.
The [[MW:Manual:LocalSettings.php|LocalSettings.php]] page on [[MW:MediaWiki]] is the first and foremost important document to study when configuring and operating a MediaWiki service.

Revision as of 23:26, 7 May 2021

MediaWiki Docs

https://doc.wikimedia.org/mediawiki-core/master/php/index.html

LocalSettings.php

The LocalSettings.php page on MW:MediaWiki is the first and foremost important document to study when configuring and operating a MediaWiki service.

The special sections that must be brought to your attention are:

  1. Setting Copyright for the site
  2. User rights

Login Features

OAuth2Client

How to Disable Login/Logout in MediaWiki? [1]

Bash Commands

The Difference between [ and [[ in Bash

References