MediaWiki
REL1_24
|
Maintenance script to install and configure MediaWiki. More...
Public Member Functions | |
__construct () | |
execute () | |
validateParamsAndArgs () | |
Run some validation checks on the params, etc. |
Maintenance script to install and configure MediaWiki.
Default values for the options are defined in DefaultSettings.php (see the mapping in CliInstaller.php) Default for --dbpath (SQLite-specific) is defined in SqliteInstaller::getGlobalDefaults
Definition at line 40 of file install.php.
Reimplemented from Maintenance.
Definition at line 41 of file install.php.
References $IP, Maintenance\addArg(), Maintenance\addDescription(), Maintenance\addOption(), and global.
Reimplemented from Maintenance.
Definition at line 95 of file install.php.
References $IP, $pass, Maintenance\error(), Maintenance\getArg(), InstallerOverrides\getCliInstaller(), Maintenance\getOption(), global, Maintenance\hasOption(), wfRestoreWarnings(), and wfSuppressWarnings().
Run some validation checks on the params, etc.
Reimplemented from Maintenance.
Definition at line 149 of file install.php.
References Maintenance\hasOption().