MediaWiki master
install.php File Reference

CLI-based MediaWiki installation and configuration. More...

Go to the source code of this file.

Classes

class  CommandLineInstaller
 Maintenance script to install and configure MediaWiki. More...
 

Variables

 $maintClass = CommandLineInstaller::class
 
const MEDIAWIKI_INSTALL true
 
const MW_CONFIG_CALLBACK [ Installer::class, 'overrideConfig' ]
 

Detailed Description

CLI-based MediaWiki installation and configuration.

Note
GPL-2.0-or-later

Definition in file install.php.

Variable Documentation

◆ $maintClass

$maintClass = CommandLineInstaller::class

Definition at line 276 of file install.php.

◆ MEDIAWIKI_INSTALL

const MEDIAWIKI_INSTALL true

Definition at line 21 of file install.php.

◆ MW_CONFIG_CALLBACK

const MW_CONFIG_CALLBACK [ Installer::class, 'overrideConfig' ]

Definition at line 20 of file install.php.