Изтегляне

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

Последна версия

Download MediaWiki 1.41.0 (.zip)

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.

System Requirements

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

Алтернативно изтегляне от Git

Вместо това, за да получат най-новата версия на софтуера МедияУики, активните МедияУики разработчици трябва да я изтеглят от Git. Хранилището Git съдържа и по-ранните версии на софтуера, така че е възможно да премине ("да се обнови") към конкретна версия. 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 Как да станете МедияУики хакер for further instructions.

Изтегляне на подписи

Алтернативи на ръчното инсталиране

Някои потребители може да предпочетат да пропуснат ръчното инсталиране с помощта на предварително интегрирани МедияУики софтуерни устройства или хостинг услуги; някои дистрибуционни хранилища все повече увеличават предлаганите пакети за МедияУики, с различни степени на честота и обхват на разширения (напр. Debian, Ubuntu, Fedora, Gentoo). 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).

Какво следва?

Абонирайте се за нашия пощенски списък за съобщения за нови версии Останете в крак с версиите, и запазете сървъра си защитен!

Предишни версии

Ако вашата инсталирана версия на MediaWiki е доста променена, могат да възникнат проблеми с включването на най-новите официални промени/ актуализации на MediaWiki. В поддръжка на такива потребители, ние пазим стари клонове на нашия код - за срок до една година за предишната версия и до три години за версията за дългосрочна поддръжка.

Разработвани версии

Ако искате да работите с последната разработвана версия (т.н. алфа), можете да я изтеглите като mediawiki-master.tar.gz или да изтеглите от Git.

От Git можете да изтеглите цялото хранилище (около 528 MiB)

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

или само последната редакция (около 85 MiB, често наричана плитък клон: по-малко време и по-малки файлове за изтегляне).[1]

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

Можете също така да разгледате последния изходен код в браузъра си.

Стари версии

Можете да намерите архиви (tarballs, с разширение *.tar.gz) на всички версии на MediaWiki, започвайки от март 2005 г. (най-старата версия на MediaWiki е 1.3.11), на страницата за изтегляне на архиви на MediaWiki.

Footnotes

  1. Това може да предизвика проблеми с препращането, когато по-късно използвате "git pull" за обновяване на плиткия клон и по-новата редакция е отнасена към по-старите, които все още не са изтеглени на системата Ви. В такъв случай можете просто да изтеглите повече - да увеличите стойността на дълбочината - или всички редакции по-късно, или да направите нов плитък клон.