Skip to content

A mediawiki docker image bundled with variuos extensions that come preconfigured for an easier and faster setup

Notifications You must be signed in to change notification settings

Richie314/mediawiki-bundle

Repository files navigation

Mediawiki Preconfigured

Build status

This is a Docker image based upon mediawiki:latest

It is bundled with various extensions that come preconfigured. Because of all the modules that are loaded the bundle is nothing but small

Pull the image

docker pull ghcr.io/richie314/mediawiki-bundle:latest

Configuration

After starting the image, follow the instructions and download the LocalSettings.php volume. At the end of the file add this line to include the bundled modules and configure them

require_once __DIR__ . "/BundleSettings.php";

You can add other modules as you normally would after this line.

Bundled modules

Useful templates

Example configurations

Three docker-compose examples are provided:

About

A mediawiki docker image bundled with variuos extensions that come preconfigured for an easier and faster setup

Topics

Resources

Stars

Watchers

Forks

Packages