MediaWiki  REL1_19
Deployment

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

Classes

class  CliInstaller
 Class for the core installer command line interface. More...
class  DatabaseInstaller
 Base class for DBMS-specific installation helper classes. More...
class  DatabaseUpdater
 Class for handling database updates. More...
class  Ibm_db2Installer
 Class for setting up the MediaWiki database using IBM_DB2. More...
class  Ibm_db2Updater
 Class for handling updates to IBM_DB2 databases. More...
class  Installer
 Base installer class. More...
class  LocalSettingsGenerator
 Class for generating LocalSettings.php file. 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...
class  WebInstallerPage
 Abstract class to define pages for the web installer. 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  Ibm_db2Installer.php
 

IBM_DB2-specific installer.


file  Ibm_db2Updater.php
 

IBM_DB2-specific updater.


file  Installer.i18n.php
 

Internationalization file for the install/upgrade process.


file  Installer.php
 

Base code for MediaWiki installer.


file  LocalSettingsGenerator.php
 

Generator for LocalSettings.php file.


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.



Detailed Description

This documentation group collects source code files with deployment functionality.