Download/bs

From MediaWiki.org
Jump to: navigation, search
This page is a translated version of the page Download and the translation is 67% 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 • ‎吴语 • ‎粵語 • ‎中文 • ‎中文(繁體)‎

Najnovije izdanje[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.

Ostala preuzimanja[edit | edit source]

Skini koristeći Git[edit | edit source]

Aktivni MediaWiki programeri trebaju koristiti skidanje preko Git da dobiju najnoviju verziju MediaWiki softvera. Git ima i starije verzije softvera i zbog toga je moguće koristiti ("check out") jednu od verzija koje su u git.

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.

Alternative ručnoj instalaciji[edit | edit source]

Neki korisnici mogu preferirati preskakanje ručne instalacije koristeći pre-integrisani MediaWiki softversku spravu ili hosting uslugu; spremišta nekih distribucija također povećano nude pakete za MediaWiki, sa različitim stepenom frekvencije i pokrivenosti proširenja (npr. Debian, Ubuntu, Fedora, Gentoo).

Šta dalje?[edit | edit source]

Subscribe to our release announcements mailing list

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

Stara izdanja[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).

Razvojna izdanja[edit | edit source]

Ako želite pokrenuti na zadnjoj razvojnoj verziji (npr. alpha), ili skinite Nightlies, ili skinite sa Gita.

Sa Gita moežete ili skinuti kompletan repozitorij (oko 528 MB)

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

ili samo posljednju reviziju (oko 85 MB; ovo se često naziva shallow clone: manje vremena i manje skidanja).[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.

Stara izdanja[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.

To browse, including even older versions, see the tags of the Git repository.

Pomoć oko instalacije[edit | edit source]

Reference[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.

Također pogledajte[edit | edit source]