2014-03-18

Created page with "Descargar"

New page

<languages/>

== Latest release ==

{{TNT|MediaWiki Introduction}}

{{TNT|DownloadMediaWiki}}

=== Other downloads ===

* [[download:mediawiki/{{MW stable branch number}}/mediawiki-{{MW stable release number}}.tar.gz.sig|MediaWiki {{MW stable release number}} GPG security signature]] to verify your download with [[w:GNU Privacy Guard|GNU Privacy Guard]]

* [https://secure.wikimedia.org/keys.html GPG keys]

* [[download:mediawiki/{{MW stable branch number}}/mediawiki-{{MW stable release number}}.patch.gz|MediaWiki {{MW stable release number}} changes not including i18n]] (unified diff)

<!-- *[[download:mediawiki/{{MW stable branch number}}/mediawiki-i18n-{{MW stable release number}}.patch.gz|MediaWiki {{MW stable release number}} i18n changes]] (unified diff) -->

=== Download from Git instead ===

Active MediaWiki developers should instead [[Special:MyLanguage/Download from Git|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.

=== Notes ===

* PHP 5 support has been required since MediaWiki 1.7 – if you are using PHP 4, ''you should upgrade now''! PHP 4 is no longer supported by the PHP group and has many bugs and vulnerabilities. Many shared hosting providers offer both PHP 4 and PHP 5, running simultaneously. If you cannot upgrade, you can use MediaWiki {{MW ancient release number}} <small>({{MW ancient release link|download}})</small>. Note that this version is ''no longer supported''.

* MySQL 5 support is required since [[Special:MyLanguage/MediaWiki 1.19|MediaWiki 1.19]] – if you are using an older version of MySQL and cannot upgrade, you can use MediaWiki 1.18.6 <small>([[download:mediawiki/1.18/mediawiki-1.18.6.tar.gz|download]])</small>. Note that this version is ''no longer supported''.

=== Alternatives to manual installation ===

Some users may prefer to skip manual installation by using a pre-integrated MediaWiki [[Software bundles|software appliance]] or [[hosting services]]; repositories of some [[w:en:Linux distribution|distros]] also increasingly offer packages for MediaWiki, with different degrees of frequency and extensions coverage (e.g. Debian, Ubuntu, Fedora, Gentoo).

== What next? ==

<div style="font-size: 150%">[[mail:mediawiki-announce|Subscribe to our release announcements mailing list]]</div>

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

== Legacy releases ==

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 ({{MW legacy release number}}) and up to three years for the legacy long term support release ({{MW legacy lts release number}}).

* [[download:mediawiki/{{MW legacy branch number}}/mediawiki-{{MW legacy release number}}.tar.gz|Download legacy release MediaWiki ({{MW legacy release number}})]]

* [[download:mediawiki/{{MW legacy lts branch number}}/mediawiki-{{MW legacy lts release number}}.tar.gz|Download legacy lts release MediaWiki ({{MW legacy lts release number}})]]

== Development releases ==

If you want to run on the latest development (i.e. alpha) version, you either download [[Nightlies]], or [[Special:MyLanguage/Download from Git|download from Git]].

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

<syntaxhighlight lang="bash">git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git</syntaxhighlight>

or the latest revision from the repository only (about 85 MB; this is often called a ''shallow clone'': less time and smaller downloads).<ref>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.</ref>

<syntaxhighlight lang="bash">git clone --depth 1 https://gerrit.wikimedia.org/r/p/mediawiki/core.git</syntaxhighlight>

You can also view the {{git file|action=tree|project=mediawiki/core|branch=master|text=latest source code}} in your browser.

== Old releases ==

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 [[download:mediawiki/|MediaWiki download archives]]

To browse, including even older versions, see the [https://git.wikimedia.org/tags/mediawiki%2Fcore.git tags] of the [[Special:MyLanguage/Git|Git]] repository.

== Installation assistance ==

* FAQ: [[FAQ#Installation and configuration|Installation and configuration]]

* '''[[mail:mediawiki-l|mediawiki-l]]''' (Mailing List) is the high-traffic mailing list to ask for support.

== References ==

<references />

== See also ==

* [[Special:MyLanguage/Version lifecycle|Version lifecycle]]

* [[:en:MediaWiki version history|Version history]]

__NOTOC__

[[Category:MediaWiki Introduction{{langcat|Download}}|{{PAGENAME}}]]

[[Category:Installation{{langcat|Download}}|{{PAGENAME}}]]

Show more