డౌన్‌లోడ్

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


తాజా విడుదల

Download MediaWiki 1.43.1 (.zip)

Download .tar.gz instead

All versions

To users of MediaWiki versions 1.40, 1.41 and 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 8.1.0+, a webserver software, and either MariaDB 10.3.0+, MySQL 5.7.0+, SQLite 3.24.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.

Download via command line

To download MediaWiki 1.43.1 in a terminal on a Linux machine using wget, do:

wget https://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.1.tar.gz

Alternatively, using cURL:

curl -O https://releases.wikimedia.org/mediawiki/1.43/mediawiki-1.43.1.tar.gz

బదులుగా Git నుండి డౌన్‌లోడ్ చేయండి

Active MediaWiki developers should instead download from Git to get the latest version of the MediaWiki software. 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 How to become a MediaWiki hacker for further instructions.

సంతకం డౌన్‌లోడ్‌లు

మాన్యువల్ సంస్థాపనకు ప్రత్యామ్నాయాలు

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 (including derivatives like Ubuntu), Fedora, Gentoo.

తర్వాత ఏంటి?

మా విడుదల ప్రకటనల మెయిలింగ్ జాబితాకు సభ్యత్వాన్ని పొందండి విడుదలలతో తాజాగా ఉండండి మరియు మీ సర్వర్‌ను సురక్షితంగా ఉంచండి!

లెగసీ విడుదలలు

మీ మీడియావికీ ఇన్‌స్టాలేషన్ భారీగా సవరించబడితే, మీడియావికీకి తాజా అధికారిక మార్పులు / నవీకరణలను చేర్చడం కష్టం. అటువంటి వినియోగదారులకు మద్దతు ఇవ్వడానికి, మేము మా కోడ్ యొక్క పాత శాఖలను లెగసీ విడుదల కోసం ఒక సంవత్సరం వరకు మరియు లెగసీ దీర్ఘకాలిక మద్దతు విడుదల కోసం మూడు సంవత్సరాల వరకు నిర్వహిస్తాము.

అభివృద్ధి విడుదలలు

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

[1]

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

తాజా సోర్స్ కోడ్

పాత విడుదలలు

You can find tarballs (with extension *.tar.gz) of old versions of MediaWiki in the MediaWiki download archives.

Footnotes

  1. మీ నిస్సార క్లోన్ ను అప్‌గ్రేడ్ చేయడానికి మీరు తరువాత "జిట్ పుల్" ను ఉపయోగించినప్పుడు ఇది రిఫరెన్స్ సమస్యలను కలిగిస్తుంది మరియు క్రొత్త పునర్విమర్శ మీ సిస్టమ్‌కు ఇంకా డౌన్‌లోడ్ చేయని పాత పునర్విమర్శలను సూచిస్తుంది. అటువంటప్పుడు మీరు మరింత డౌన్‌లోడ్ చేసుకోవచ్చు - లోతు విలువను పెంచండి - లేదా తరువాత అన్ని పునర్విమర్శలు చేయవచ్చు లేదా తాజా నిస్సార క్లోన్ చేయవచ్చు. In such a case you can simply download more - increase the depth value - or all revisions later, or make a fresh shallow clone.