Debian packages

(Redirected from User:Legoktm/Packages)
For learning how install from the tarball on a Debian/Ubuntu system, see: Manual:Running MediaWiki on Debian or Ubuntu.

A group of MediaWiki/Debian developers maintain packages of MediaWiki for Debian and Ubuntu. These follow the LTS cycle and are kept up to date with maintenance and security releases. These packages are ideal for people who would like to set up a standard MediaWiki install and not have to worry about maintaining it. These packages aim to follow both the distribution's guidelines and MediaWiki best practices. In addition, we are also maintaining and updating other MediaWiki related packages like wikidiff2 and luasandbox.


Supported operating systems edit

MediaWiki 1.39
  • Debian 12 Bookworm (details)
  • Debian 11 Bullseye backports (details)
  • Ubuntu ??
MediaWiki 1.35

The package is also available in modern Ubuntu releases, starting with Yakkety Yak. These are supported for as long as the release is, and whatever Ubuntu themselves provides. For the best experience on Ubuntu, you should use the PPA instead of the official archives.


Installation edit

Note that Ubuntu users will need to enable the PPA first. And then...

$ sudo apt-get install mediawiki

Easy right? This will install MediaWiki, PHP, a webserver (if necessary), and maybe a database server.

If you don't have a webserver installed, Apache will be installed, and automatically configure the wiki to be served at http://localhost/mediawiki/.

Note, the default Apache configuration uses mod_php. Ubuntu users will need to manually install it via the libapache2-mod-php package.

MediaWiki supports different database engines, in order of preference they are: MariaDB, MySQL, SQLite, and PostgreSQL. The package is compatible with any of them, but will recommend you install the default-mysql-server (MariaDB).

If you are going to enable short urls, the rewrite module of apache needs to be enabled. This can be done with

$ sudo a2enmod rewrite
$ sudo systemctl restart apache2

You should then follow the steps in the web installer to set up MediaWiki. See the installation guide for more details.

Extra extensions and skins edit

The following extra extensions and skins are packaged and can be installed separately:

You can install all of them at once with:

$ sudo apt install mediawiki-extension-* mediawiki-skin-*

Upgrading edit

When the package is upgraded, it will not automatically run update.php. It only updates the changed files in the package, which is usually enough for security releases. For major version upgrades, you should read through the upgrade guide.

Support edit

If you need help with MediaWiki, please see the support desk. You should also mention that you are using the Debian/Ubuntu package, and the version of the package that is installed.

If you have found a bug in MediaWiki that is not specific to the packaged version, please report a bug against the relevant MediaWiki component.

If you believe you have found a bug specific to the package or in the packaging itself, please file a bug in the MediaWiki-Debian Phabricator project. Bugs experienced on Debian may also be reported in the Debian bug tracker.

If you have other questions/concerns/suggestions, feel free to file a bug, leave a note on the talk page, or find us on #mediawiki on IRC.

Filesystem edit

Typically, MediaWiki, extensions, and configuration are all located in one folder. However, we try and follow the Filesystem Hierarchy Standard (FHS), and as a result, it is split into 3 main locations:

  • /usr/share/mediawiki - MediaWiki core files
  • /etc/mediawiki/LocalSettings.php - expected location of LocalSettings.php. You can also put other configuration files in this directory.
  • /var/lib/mediawiki - Main directory that the webserver will read from. Most core files from /usr/share/mediawiki are symlinked into this directory, and the LocalSettings.php file as well.

Some additional paths that you may want to be aware of:

  • /var/lib/mediawiki/extensions - Extensions are read from this directory. Non-packaged extensions can be installed here as well.
  • /var/log/mediawiki - Errors, exceptions and fatals are logged by default to this directory. MW 1.35+
  • /var/cache/mediawiki - Set as $wgCacheDirectory . MW 1.35+
  • /etc/mediawiki-extensions - Legacy system to enable/disable extensions and should not be used. No longer supported. MW 1.??-1.31

Development edit

Interested in helping out?

Thanks edit

A lot of different people have helped make this project a reality. In roughly chronological order: