Handleiding:Installatiegids
![]() |
---|
Inhoud |
Alle andere onderwerpen |
|
Deze MediaWiki-installatiehandleiding bevat instructies over het handmatig installeren en configureren van MediaWiki op een webserver. Installing more than one wiki and installing existing wikis are also covered. Het eerste gedeelte van deze handleiding geeft algemene instructies, terwijl het laatste gedeelte een lijst van bijlagen bevat welke een gedetailleerdere installatiebeschrijving geven voor specifieke systeem configuraties en minder gangbare toepassingen van de software.
Upgrade handleiding
Indien u al MediaWiki gebruikt, zie de Upgrade handleiding.
Handmatige installatie
Samenvatting
For experienced users, here is the quick version of the installation instructions. Most users (like if you don't know how to install or check for the prerequisite software on your computer) will want to follow the main installation guide.
- Check that your system meets the following minimum requirements. (See Installation requirements for more details. Make sure to also check the RELEASE NOTES shipped with MediaWiki for requirements.) Je hebt nodig:
- MediaWiki (de huidge stabiele versie is 1.35.1)
- Webserver zoals Apache of IIS
- Lokale of command line toegang is nodig voor het uitvoeren van onderhoudscripts
- PHP 7.3.19+
"Database Server", een van de volgende:
- MySQL 5.5.8+
- MariaDB
- PostgreSQL 9.2+
- SQLite 3.8+
Image thumbnailing requires additional programs. Parsoid (required by VisualEditor) and other services have their own requirements.
- Download MediaWiki (direct link to download the stable release version) and extract the archive to a web-accessible folder on your computer.
- Stuur je browser naar de map waar MediaWiki uitgepakt is en volg de link op het configuratiescherm. Het zou in de vorm moeten zijn:
http://domain/directory/mw-config/index.php
. Vervang "map" door het pad naar de door u uitgepakte MediaWiki map If installing on a local machine, replace domain withlocalhost
. If you install locally and later want to access your wiki from domain, then you will need to change LocalSettings.php fromlocalhost
to domain. If installed on a remote server, replace domain with your server's domain name (eg: www.myserver.com). - Follow the on-screen instructions to complete the process.
These instructions are deliberately brief. There is a lot that could go wrong, so if in doubt, you are advised to read the full instructions!
Hoofd installatiegids
- Vóór installatie
- Lees wat MediaWiki is
- Bekijk de MediaWiki-functielijst
- Installatie vereisten - controleer deze voordat je verder gaat!
- Handleiding:Wat is MediaWiki?
- Manual:MediaWiki feature list
- Handleiding:Installatievereisten - Controleer deze voordat u verder gaat!
- Configuring MediaWiki
- Initial configuration (using the configuration script)
- Further configuration
- Installing extensions
Alternatieven voor handmatige installatie
If your head is swimming from reading the above — or you feel frustrated, stuck, or lost — this section is for you...
You can avoid manual installation by using a pre-integrated MediaWiki software appliance, hosting services with 1-click installation, or wiki farms.
If you are installing for development or testing, consider using MediaWiki-Vagrant, a set of configuration scripts for Vagrant that automate the creation and update of a virtual machine that runs MediaWiki and your choice of extensions and services.
Official docker images are released on Docker Hub.
You can also use community resources based on platforms such as Docker. This is managed by Jenkins and should be kept up-to-date for some time.
These are community based resources and should always be treated with some measure of caution. Use at your own risk.
Wiki families
- Hoofdpagina: Manual:Wiki family
Een wiki-familie is meer dan één wiki die op dezelfde computer is geïnstalleerd.
Installing MediaWiki more than once
One approach is to install multiple instances of MediaWiki (such as with a software bundle like the Bitnami MediaWiki Stack) in different directories – one for each wiki. For example, you want an enterprise wiki and a personal wiki, and you want to keep them totally separate.
Meerdere wiki's met één MediaWiki
You could use a single installation of MediaWiki for multiple wikis, by either:
- Using a different database for each wiki.
See $wgDBname .
- Using a different database prefix for each wiki.
See $wgDBprefix .
Installing an existing wiki
Some users wish to install MediaWiki with Wikipedia, Wiktionary, or some other wiki loaded. This is useful for reading offline, for conducting experiments, and for mirroring/forking.
The main (but not necessarily the easiest) method for doing this is to install MediaWiki and then import.
See Manual:FAQ#Wiki importing.
(Non-MediaWiki solutions, such as Xowa and Kiwix, can be found at w:Wikipedia:Database download, and are probably the best options).
Bijlagen
Geavanceerde bewerkingen
Op de volgende pagina's vindt u instructies over het installeren/configureren van MediaWiki voor andere, minder voorkomende doeleinden.
Geavanceerde bewerkingen
The following pages cover some of the more advanced configuration options:
Hulp bij installatie
- FAQ: FAQ#Installatie en configuratie
- #mediawiki verbinden channel on IRC
- mediawiki-l is the high-traffic mailing list to ask for support.
System specifieke instructies
The following pages give more detailed installation instructions aimed at specific systems. However, by and large Manual:Installing MediaWiki is more up to date, and better written than the per system docs, and as such it is recommended you first consult the main install instructions before looking at a per system installation documents.
Opmerkingen
- MediaWiki can share the database of another web-based application, e.g. phpBB etc.
- Some users find it helpful to install an additional software package such as phpMyAdmin (MySQL) or phpPgAdmin (Postgres) to help administer the database server.