Difference between revisions of "DevSecOps"

From PKC
Jump to navigation Jump to search
m (6 revisions imported)
Line 13: Line 13:
#[[MW:Manual:LocalSettings.php/pdc#Setting_copyright_for_the_site|Setting Copyright for the site]]
#[[MW:Manual:LocalSettings.php/pdc#Setting_copyright_for_the_site|Setting Copyright for the site]]
#[[MW:Manual:LocalSettings.php/pdc#User_rights|User rights]]
#[[MW:Manual:LocalSettings.php/pdc#User_rights|User rights]]
=Database in Docker=
[https://mariadb.com/kb/en/installing-and-using-mariadb-via-docker/ Installing and using MariaDB via Docker]


=Login Features=
=Login Features=

Revision as of 15:49, 15 May 2021

MediaWiki Docs

Master Doc Page

MediaWiki Page Updater

PageUpdater

The following links are the source code of PageUpdater[1] and its class reference [2].

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

Database in Docker

Installing and using MariaDB via Docker

Login Features

OAuth2Client

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

Bash Commands

The Difference between [ and [[ in Bash

References