Difference between revisions of "DevSecOps"

From PKC
Jump to navigation Jump to search
m (Benkoo moved page DevOps to DevSecOps)
Line 1: Line 1:
=What is DevSecOps?=
{{#ev:youtube|https://www.youtube.com/watch?v=nrhxNNH5lt0|||||}}
=MediaWiki Docs=
=MediaWiki Docs=
  [https://doc.wikimedia.org/mediawiki-core/master/php/index.html Master Doc Page]
  [https://doc.wikimedia.org/mediawiki-core/master/php/index.html Master Doc Page]

Revision as of 12:28, 17 May 2021

What is DevSecOps?

{{#ev:youtube|https://www.youtube.com/watch?v=nrhxNNH5lt0%7C%7C%7C%7C%7C}}

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