Download/hy
Վերջին տարբերակը
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 extract .tar.gz files correctly (T258716). Archive Utility can be used instead.
- MediaWiki 1.37.2 (download .zip, download .tar.gz) - կայուն
- MediaWiki 1.36.4 (download .zip, download .tar.gz) - legacy
- MediaWiki 1.35.6 (download .zip, download .tar.gz) - long-term support (LTS)
To users of MediaWiki versions version 1.34 and earlier: These versions are no longer supported. Please update to a newer version of MediaWiki.
ՄեդիաՎիքի — բաց ծրագրային ապահովում է, որը տարածվում է ԳՆՈՒ ընդհանուր հասարակության թույլատրագրի երկրորդ տարբերակով։ Մանրամասն կարդացեք ԳՆՈՒ ՋիՓիԷլ 2-ի ամբողջական տարբերակում։
Համակարգային պահանջներ
MediaWiki requires PHP 7.3.19/7.4.3+ and either MariaDB 10.1.0+, MySQL 5.5.8+, SQLite or PostgreSQL . For more information, please read the pages on system requirements and compatibility.
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.
Ստորագրության ներբեռնումներ
- GPG security signature բեռնված ֆայլը GNU Privacy Guard-ի միջոցով ստուգելու համար:
- MediaWiki 1.37.2 - stable
- MediaWiki 1.35.6 - current long-term support (LTS)
- GPG keys
- ՄեդիաՎիքի 1.37.2-ում տեղ գտած փոփոխությունները, առանց i18n-ի (unified diff)
Notes
Microsoft SQL Server and Oracle Database, HHVM and PHP 7.0 and 7.1 support has been removed since MediaWiki 1.34 .
Alternatives to manual installation
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).
Հետագա քայլերը
Եղեք տեղեկացված թողարկումների մասին և պահպանեք ձեր սերվերի անվտանգությունը:
Նախորդ տարբերակը
Եթե ՄեդիաՎիքին փոփոխվել է Ձեր կողմից, հնարավոր է, որ վերջին պաշտոնական փոփոխությունները և թարմացումները պատճառ հանդիսանան այն բանի, որ Ձեր կայքը այլևս դադարեցնի իր աշխատանքը։ Հաշվի առնելով սա, մենք պահպանում ենք ՄեդիաՎիքիի հին տարբերակների աջակցումը մեկ տարի ժամկետով։
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
You can also view the latest source code in your browser.
Պահոց
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.
Տեղադրման օգնություն
- FAQ: Տեղադրում և կարգավորում
- mediawiki-l (փոստային բաժանորդագրություն) - մեծ թրաֆիկով բաժանորդագրություն՝ աջակցության կենտրոնին հարցերի համար:
References
- ↑ 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.