Elŝuti
Aktuala versio
![]() |
---|
Enhavo |
Ĉiuj aliaj temoj |
|
- This is a .tar.gz file.
- It is advised not to use 7-Zip to decompress the tarball, due to a bug with the PAX format.
- MacOS users should note The Unarchiver has a bug which corrupts filenames in this archive. Archive Utility can be used.
- Release notes
- Installing / Upgrading / Configuration
- 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.
License
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.
System Requirements
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.
![]() | To users of MediaWiki versions 1.30 and earlier: These versions are no longer supported. Please update to a newer version of MediaWiki:
|
Elŝuti el Git anstataŭe
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.
Aliaj elŝutaĵoj
- sekurecaj subskriboj de GPG por certigi vian elŝuton per GNU-a Privateco-Gardilo:
- MediaWiki 1.35.1 - stable, current long-term support (LTS)
- MediaWiki 1.31.12 - malaktuala
- MediaWiki 1.31.12 - legacy long-term support (LTS)
- GPG-ŝlosiloj
- Ŝanĝoj en MediaVikio 1.35.1, ne inkluzivantaj tiujn pri internaciigo (unuiĝinta diff-malsamaĵo)
Notoj
Microsoft SQL Server and Oracle Database, HHVM and PHP 7.0 and 7.1 support has been removed since MediaWiki 1.34 .
Metodo alia ol malaŭtomata instalado
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).
Kio poste?
Ĝisdatiĝu pri novaj versioj, kaj sekurigu vian servilon!
Malaktualaj versioj
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.
Versioj por evoluigado
Se vi volas ruli la aktualan evoluigatan version (t.e. la alfa-versio), ĝi elŝutiĝu kiel mediawiki-master.tar.gz, aŭ per 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
Vi ankaŭ povas legi la aktualan fontokodon en via TTT-legilo.
Malaktualaj versioj
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.
Por foliumi tra versioj, inkluzive de eĉ pli malnovaj, vidu la etikedojn de la Git-deponejo.
Helpo pri instalado
- Oftaj demandoj: Instalado kaj agordado
- mediawiki-l (Dissendolisto) estas viglatrafika dissendolisto pri subtenado.
Referencoj
- ↑ 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.