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


Última versión

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

Descargar a traves de Git

Os desenvolvedores activos do MediaWiki deven, en lugar diso, efectuar a descarga através do Git para obter a versión máis recente do software MediaWiki. O repositorio do Git ten versións máis antigas do software, por iso é posible ver unha versión en particular. 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.

Descargas de sinaturas

Alternativas á instalación manual

Algúns usuarios poden preferir saltar a instalación manual para utilizar unha pre integrada MediaWiki software appliance ou hosting services; algúns repositorios distros tamén incrementando a oferta de paquetes MediaWiki, con diferentes graos de frecuencia e cobertura de extensións (e.g. Debian, Ubuntu, Fedora, Gentoo). 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.

E despois?

Subscribete a nosa lista de correo para recibir as novas Mantente actualizado coas versións, e mantén o teu servidor seguro!

Última versión

Se a súa instalación MediaWiki está fortemente modificada, pode ser difícil para incorporar os últimos cambios / actualizacións oficiais para MediaWiki. Para dar soporte a eses usuarios, mantemos ramas vellos do noso código para ata un ano para o lanzamento legado e ata tres anos para a liberación apoio a longo prazo legado.

Actualizacións de desenvolvemento

Se queres executar a última versión desenvolvida (i.e. alpha), podes baixar it as mediawiki-master.tar.gz, ou download from Git.

Desde Git pode descargar o repositorio completo (sobre 528 MiB)

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

ou a "soa versión última" (sobre 85 MiB; isto é a miúdo chamado "shallow clone": menos tempo e pequenas descargas).[1]

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

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

Versións antigas

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

Footnotes

  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.