Eroflueden
Lescht Versioun
![]() |
---|
Contents |
All other topics |
|
- This is a .tar.gz file.
- MacOS users should note The Unarchiver has a bug which corrupts filenames in this archive.
- Note: the last stable release does not contain all bug fixes to the stable branch: you can try its last snapshot, but almost surely not all the fixes for the known bugs in the stable release have yet been included in such snapshot.
Lizenz
MediaWiki is free software licensed under version 2 of the GNU General Public License. Because MediaWiki is licensed free of charge, there is no warranty, to the extent permitted by applicable law. Read the full text of the GNU GPL version 2 for details.
Systgemufuerderungen
MediaWiki requires PHP 7.3.19+ and either MySQL 5.5.8+, MariaDB, or one of the other two possible stores. For more information, please read the pages on system requirements and compatibility.
![]() | Zu Benotzer vun MediaWiki Versiounen 1.30 a virdrun: These versions are no longer supported. Please update to a newer version of MediaWiki:
|
Download from Git instead
Active MediaWiki developers should instead download from Git to get the latest version of the MediaWiki software. The git repository has earlier versions of the software, so it is possible to switch to ("check out") a particular release.
Aner Fichiere fir erofzelueden
- GPG security signatures to verify your download with GNU Privacy Guard:
- MediaWiki 1.35.1 - stable, current long-term support (LTS)
- MediaWiki 1.31.12 - legacy
- MediaWiki 1.31.12 - legacy long-term support (LTS)
- GPG keys
- MediaWiki 1.35.1 changes not including i18n (unified diff)
Notizen
Microsoft SQL Server and Oracle Database, HHVM and PHP 7.0 and 7.1 support has been removed since MediaWiki 1.34 .
Alternativen zur manueller Installatioun
Some users may prefer to skip manual installation by using a pre-integrated MediaWiki software appliance or hosting services; repositories of some distros also increasingly offer packages for MediaWiki, with different degrees of frequency and extensions coverage (e.g. Debian, Ubuntu, Fedora, Gentoo).
An elo?
Stay up to date with releases, and keep your server secure!
Legacy releases
If your MediaWiki installation is heavily modified, it may be difficult to incorporate the latest official changes/updates to MediaWiki. To support such users, we maintain old branches of our code for up to a year for the legacy release and up to three years for the legacy long term support release.
Development releases
If you want to run on the latest development (i.e. alpha) version, you can either download it as mediawiki-master.tar.gz, or download from Git.
From Git you can either download the complete repository (about 528 MiB)
git clone https://gerrit.wikimedia.org/r/mediawiki/core.git
or the latest revision only (about 85 MiB; this is often called a shallow clone: less time and smaller downloads).
git clone --depth 1 https://gerrit.wikimedia.org/r/mediawiki/core.git
Die aktuelle Version des Quellcodes kann man auch über den Browser einsehen.
Al Versiounen
You can find tarballs (with extension *.tar.gz
) of all versions of MediaWiki back to March 2005 (the earliest being MediaWiki 1.3.11) in the MediaWiki download archives.
Installation assistance
- FAQ: Installation and configuration
- mediawiki-l (Mailing List) is the high-traffic mailing list to ask for support.
Referenzen
- ↑ This could cause reference problems when you later use "git pull" to upgrade your shallow clone and the newer revision refers to older revisions which are not yet downloaded to your system. In such a case you can simply download more - increase the depth value - or all revisions later, or make a fresh shallow clone.