MediaWiki-Docker/et

From mediawiki.org
This page is a translated version of the page MediaWiki-Docker and the translation is 5% complete.

MediaWiki-Docker is a Docker based development environment included with MediaWiki core.

Quickstart
Installing the dependencies and setting up the environment should take about 15 minutes
  • Follow the directions in DEVELOPERS.md in the root of the mediawiki repository.
  • Optional: extend the environment using the configuration recipes listed below
Tugi
If you run into issues, here are ways to get help.
Configuration recipes
Below are configuration recipes that can be used with MediaWiki core's Docker development environment.

docker compose stacks can be extended with a docker-compose.override.yml file that resides in the same directory (at the root of MediaWiki core, in our case) as the docker-compose.yml file. Any configuration present in that file will override the defaults in docker-compose.yml. More documentation on overriding works is available at https://docs.docker.com/compose/extends/

After updating your override file, run docker compose down followed by docker compose up -d.

Configuration recipes: