බාගත කිරීම

From MediaWiki.org
Jump to: navigation, search
This page is a translated version of the page Download and the translation is 56% complete.

Other languages:
Qafár af • ‎العربية • ‎بلوچی مکرانی • ‎български • ‎বাংলা • ‎brezhoneg • ‎bosanski • ‎català • ‎کوردی • ‎čeština • ‎dansk • ‎Deutsch • ‎Zazaki • ‎Ελληνικά • ‎English • ‎español • ‎فارسی • ‎suomi • ‎français • ‎galego • ‎עברית • ‎हिन्दी • ‎magyar • ‎Հայերեն • ‎Bahasa Indonesia • ‎italiano • ‎日本語 • ‎ქართული • ‎ಕನ್ನಡ • ‎한국어 • ‎Lëtzebuergesch • ‎lietuvių • ‎മലയാളം • ‎Bahasa Melayu • ‎Nederlands • ‎occitan • ‎polski • ‎پښتو • ‎português • ‎português do Brasil • ‎русский • ‎සිංහල • ‎svenska • ‎ไทย • ‎ئۇيغۇرچە / Uyghurche • ‎українська • ‎Tiếng Việt • ‎吴语 • ‎粵語 • ‎中文 • ‎中文(繁體)‎

නවතම නිකුත් කිරීම[edit | edit source]

MediaWiki Flower
Fundamental Introduction to MediaWiki

Contents


All other topics

  • See navigation on the left
  • This is a .tar.gz file. If you are on Windows, you can use 7-Zip to decompress it.
  • Release notes
  • Installing / Upgrading / Configuration
  • Note: the last stable release doesn't 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[edit | edit source]

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[edit | edit source]

MediaWiki requires PHP 5.3.2+ and either MySQL 5.0.2+ or one of the other three possible stores. For more information, please read the pages on system requirements and compatibility.

වෙනත් බාගත කිරීම්[edit | edit source]

Download from Git instead[edit | edit source]

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.

Note[edit | edit source]

MySQL 5 support is required since MediaWiki 1.19 – if you are using an older version of MySQL and cannot upgrade, you can use MediaWiki 1.18.6 (download). Note that this version is no longer supported.

ස්වයංක්‍රීය නොවන ස්ථාපනය කිරීම් සඳහා විකල්ප[edit | edit source]

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

මීළඟට කුමක්ද?[edit | edit source]

අපගේ නිකුත් කිරීම් නිවේදන තැපැල් කිරීමේ ලැයිස්තුව වෙත අනුසන් කරන්න

Stay up to date with releases, and keep your server secure!

දායාද නිකුත් කිරීම්[edit | edit source]

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 (1.22.13) and up to three years for the legacy long term support release (1.19.21).

ප්‍රවර්ධන නිකුත් කිරීම්[edit | edit source]

If you want to run on the latest development (i.e. alpha) version, you either download Nightlies, or download from Git.

From Git you can either download the complete repository (about 528 MB)

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

or the latest revision only (about 85 MB; this is often called a shallow clone: less time and smaller downloads).[1]

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

You can also view the latest source code in your browser.

පැරණි නිකුත් කිරීම්[edit | edit source]

You can find tar balls (*.tar.gz) of all versions of MediaWiki back to March 2005 (the earliest being MediaWiki 1.3.11) in the MediaWiki download archives.

පැරණි අනුවාද පවා ඇතුළත් ව ගවේශණය කිරීමට Git කෝෂ්ඨාගාරයේ tags බලන්න.

ස්ථාපන සහාය[edit | edit source]

මූලාශ්‍ර[edit | edit source]

  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.

මේවාත් බලන්න[edit | edit source]