KDescargar
Última versión
![]() |
---|
Contents |
All other topics |
|
- This is a .tar.gz file.
- It is advised not to use 7-Zip to decompress the tarball, due to a bug with the PAX format.
- MacOS users should note The Unarchiver has a bug which corrupts filenames in this archive. Archive Utility can be used.
- Release notes
- Installing / Upgrading / Configuration
- Note: the last stable release does not 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
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
MediaWiki requires PHP 7.3.19+ and either MySQL 5.5.8+, MariaDB, or one of the other two possible stores. For more information, please read the pages on system requirements and compatibility.
![]() | To users of MediaWiki versions 1.30 and earlier: These versions are no longer supported. Please update to a newer version of MediaWiki:
|
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.
Descargas de sinaturas
- sinaturas de seguranza do GPG para verificar a vosa descarga con de GNU Garda de Privacidade:
- MediaWiki 1.35.1 - stable, current long-term support (LTS)
- MediaWiki 1.31.12 - legado
- MediaWiki 1.31.12 - legacy long-term support (LTS)
- chaves GPG
- MediaWiki 1.35.1 trocos non incluído i18n (diff unificado)
Notas
Microsoft SQL Server and Oracle Database, HHVM and PHP 7.0 and 7.1 support has been removed since MediaWiki 1.34 .
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).
E despois?
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 all versions of MediaWiki back to March 2005 (the earliest being MediaWiki 1.3.11) in the MediaWiki download archives.
Asistente de instalación
- FAQ: Installation and configuration
- mediawiki-l (Mailing List) is the high-traffic mailing list to ask for support.
Notas
- ↑ 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.