MediaWiki  1.23.13
Deployment

This documentation group collects source code files with deployment functionality. More...

Files

file  CliInstaller.php
 Core installer command line interface.
 
file  DatabaseInstaller.php
 DBMS-specific installation helper.
 
file  DatabaseUpdater.php
 DBMS-specific updater helper.
 
file  Installer.php
 Base code for MediaWiki installer.
 
file  LocalSettingsGenerator.php
 Generator for LocalSettings.php file.
 
file  MssqlInstaller.php
 Microsoft SQL Server-specific installer.
 
file  MssqlUpdater.php
 Microsoft SQL Server-specific installer.
 
file  MysqlInstaller.php
 MySQL-specific installer.
 
file  MysqlUpdater.php
 MySQL-specific updater.
 
file  OracleInstaller.php
 Oracle-specific installer.
 
file  OracleUpdater.php
 Oracle-specific updater.
 
file  PostgresInstaller.php
 PostgreSQL-specific installer.
 
file  PostgresUpdater.php
 PostgreSQL-specific updater.
 
file  SqliteInstaller.php
 Sqlite-specific installer.
 
file  SqliteUpdater.php
 Sqlite-specific updater.
 
file  WebInstaller.php
 Core installer web interface.
 
file  WebInstallerOutput.php
 Output handler for the web installer.
 
file  WebInstallerPage.php
 Base code for web installer pages.
 

Classes

class  DatabaseInstaller
 Base class for DBMS-specific installation helper classes. More...
 
class  DatabaseUpdater
 Class for handling database updates. More...
 
class  Installer
 Base installer class. More...
 
class  LocalSettingsGenerator
 Class for generating LocalSettings.php file. More...
 
class  MssqlInstaller
 Class for setting up the MediaWiki database using Microsoft SQL Server. More...
 
class  MssqlUpdater
 Class for setting up the MediaWiki database using Microsoft SQL Server. More...
 
class  MysqlInstaller
 Class for setting up the MediaWiki database using MySQL. More...
 
class  MysqlUpdater
 Mysql update list and mysql-specific update functions. More...
 
class  OracleInstaller
 Class for setting up the MediaWiki database using Oracle. More...
 
class  OracleUpdater
 Class for handling updates to Oracle databases. More...
 
class  PostgresInstaller
 Class for setting up the MediaWiki database using Postgres. More...
 
class  PostgresUpdater
 Class for handling updates to Postgres databases. More...
 
class  SqliteInstaller
 Class for setting up the MediaWiki database using SQLLite. More...
 
class  SqliteUpdater
 Class for handling updates to Sqlite databases. More...
 
class  WebInstaller
 Class for the core installer web interface. More...
 
class  WebInstallerOutput
 Output class modelled on OutputPage. More...
 

Detailed Description

This documentation group collects source code files with deployment functionality.