This page is a translated version of the page Download and the translation is 60% complete.
Outdated translations are marked like this.

Naujausia versija

Atsisiųsti MediaWiki 1.41.0

Download .tar.gz instead

Help with downloading

Most computers can extract a zip file without additional software.

Users of 7-Zip: Note that prior to 2021, 7-Zip was unable to extract .tar.gz files correctly (T257102). It is recommended to update to the latest version first.

Users of macOS: Note that The Unarchiver is unable to extract .tar.gz files correctly (T258716). Archive Utility can be used instead.

All versions

To users of MediaWiki versions 1.38 and earlier: These versions are no longer supported. Please update to a newer version of MediaWiki.

License

MediaWiki is free software licensed under version 2 (or later version) 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.

Sistemos reikalavimai

MediaWiki requires PHP 7.4.3+, a webserver software, and either MariaDB 10.3.0+, MySQL 5.7.0+, SQLite 3.8.0+ or PostgreSQL 10.0+. Using MariaDB or MySQL is recommended as Wikipedia uses MariaDB. Any other database servers are less tested and you may likely run into some bugs.

For more information, please read the pages on system requirements and compatibility.

MediaWiki is not compatible with PHP 7.4.0 - 7.4.2 due to an upstream bug. Use PHP 7.4.3+ instead. See task T246594 for more information.
If using PHP 8, it is recommended to use MediaWiki 1.38.4 or higher. PHP 8 is not in use by Wikimedia wikis, and thus gets less testing, but other groups do use MediaWiki with PHP 8 without issue. If you encounter any bugs when using MediaWiki with PHP 8, please report them. See task T248925 for more information.


Download via command line

To download MediaWiki 1.41.0 in a terminal on a Linux machine using wget, use one of the following commands:

wget https://releases.wikimedia.org/mediawiki/1.41/mediawiki-1.41.0.tar.gz

Alternatively, using cURL:

curl -O https://releases.wikimedia.org/mediawiki/1.41/mediawiki-1.41.0.tar.gz

Siųstis iš Git saugyklos

Profesionalūs administratoriai ir Medijaviki plėtotojai, norintys gauti naujausią Medijaviki programinės įrangos versiją, turėtų atsisiųsti iš Git. Git saugykloje yra ankstesnės programinės įrangos versijos. Tokiu būdu galima pasiekti ("check out") konkrečią laidą. Developers downloading from Git will also need to manually install dependencies via Composer .

Keep in mind that you are downloading the latest alpha version of MediaWiki, which is not recommended for production use! Although this can be used in production, it is more likely to contain bugs.

Developers wanting to install MediaWiki locally to have an environment for development of MediaWiki core or extensions should also read How to become a MediaWiki hacker for further instructions.

Parašų atsisiuntimai

Alternatyvos rankiniam diegimui

Some users may prefer to skip manual installation by using a pre-integrated MediaWiki software appliance or hosting services. Repositories of some Linux distributions also increasingly offer packages for MediaWiki, with different degrees of frequency and extensions coverage (e.g. Debian, Ubuntu, Fedora, Gentoo).

Kas toliau?

Užsiprenumeruokite mūsų išleidimų pranešimus Laiku atnaujinkite Mediaviki išleidimus. Įdiekite saugos atnaujinimus savo serveryje!

Ankstesnės versijos

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.

Plėtros versijos

Jei Jūs norite dirbti su naujausia (pvz. alfa) versija, galite arba atsisiųsti ją kaip mediawiki-master.tar.gz, arba iš Git.

Iš Git galite atsisiųsti "visą saugyklą" (apie 528 MiB)

git clone https://gerrit.wikimedia.org/r/mediawiki/core.git

arba tik "naujausią versiją" (apie 85 MiB; tai dažnai vadinama "mažuoju klonu": mažesnės laiko ir vietos sąnaudos).[1]

git clone --depth 1 https://gerrit.wikimedia.org/r/mediawiki/core.git

Taip pat savo naršyklėje galite matyti naujausią pradinį kodą.

Ankstesnės versijos

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.

Išnašos

  1. 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.