|
MediaWiki master
|
The Installer helps admins create or upgrade their wiki. More...
Classes | |
| class | MediaWiki\Installer\CliInstaller |
| Class for the core installer command line interface. More... | |
| class | MediaWiki\Installer\DatabaseInstaller |
| Base class for DBMS-specific installation helper classes. More... | |
| class | MediaWiki\Installer\DatabaseUpdater |
| Apply database changes after updating MediaWiki. More... | |
| class | MediaWiki\Installer\Installer |
| Base installer class. More... | |
| class | MediaWiki\Installer\MysqlInstaller |
| Class for setting up the MediaWiki database using MySQL. More... | |
| class | MediaWiki\Installer\PostgresInstaller |
| Class for setting up the MediaWiki database using Postgres. More... | |
| class | MediaWiki\Installer\PostgresUpdater |
| Class for handling updates to Postgres databases. More... | |
| class | MediaWiki\Installer\SqliteInstaller |
| Class for setting up the MediaWiki database using SQLLite. More... | |
| class | MediaWiki\Installer\WebInstaller |
| Class for the core installer web interface. More... | |
| class | MediaWiki\Installer\WebInstallerOutput |
| Output class modelled on OutputPage. More... | |
| class | MediaWiki\Installer\WebInstallerPage |
| Abstract class to define pages for the web installer. More... | |
The Installer helps admins create or upgrade their wiki.
The installer classes are exposed through these human interfaces:
maintenance/install.php script, backed by CliInstaller.maintenance/update.php script, backed by DatabaseUpdater.mw-config/index.php web entry point, backed by WebInstaller.