Last ned
Seneste versjon
- Dette er en .tar.gz fil. Hvis du er på Windows, kan du for eks. bruker #7-Zip til at dekomprimere den.
We also provide a tarball (tar.gz file).
- Note: the last stable release does not contain all bug fixes to the stable branch: you can try the latest 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.
Systemkrav
MediaWiki requires PHP 7.3.19+ and either MySQL 5.5.8+, MariaDB, SQLite or PostgreSQL. For more information, please read the pages on system requirements and compatibility.
To users of MediaWiki versions 1.32–1.34 and version 1.30 and earlier: These versions are no longer supported. Please update to a newer version of MediaWiki:
|
Last ned fra Git i stedet
Aktive MediaWiki-utviklere burde istedenfor laste ned fra git for å få den siste versjonen av MediaWiki programvaren. Du kan bruke vår git-repository for å laste ned tidligere versjoner av programvaren,det er mulig å "sjekke ut" en spesifikk utgivelse.
Nedlastinger av signaturer
- GPG security signatures to verify your download with GNU Privacy Guard:
- MediaWiki 1.35.2 - stable, current long-term support (LTS)
- MediaWiki 1.31.14 - tradisjonell
- MediaWiki 1.31.14 - legacy long-term support (LTS)
- GPG keys
- MediaWiki 1.35.2 changes not including i18n (unified diff)
Notater
Microsoft SQL Server and Oracle Database, HHVM and PHP 7.0 and 7.1 support has been removed since MediaWiki 1.34 .
Alternativer til manuell installasjon
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).
Hva nå?
Hold deg oppdatert på utgivelser, og hold serveren din sikker!
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 and up to three years for the legacy long term support release.
Utviklingsversjoner
If you want to run on the latest development (i.e. alpha) version, you can either download it as mediawiki-master.tar.gz, or download from Git.
From Git you can either download the complete repository (about 528 MiB)
git clone https://gerrit.wikimedia.org/r/mediawiki/core.git
or the latest revision only (about 85 MiB; this is often called a shallow clone: less time and smaller downloads).
git clone --depth 1 https://gerrit.wikimedia.org/r/mediawiki/core.git
You can also view the latest source code in your browser.
Eldre utgivelser
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.
For å utforske, inkludert enda eldre versjoner, se tagger av Git repositoriet.
Installasjonshjelp
- FAQ: Installasjon og konfigurasjon
- mediawiki-l (epost-liste) er den velbrukte mail-listen for å spørre om hjelp.
Referanser
- ↑ 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.