085856f21a95b2afeadd8fa1a2a50f978851d807
Mediawiki
Mediawiki 1.32.1.
Requires Docker version 1.11.2 and up
Based on mediawiki-ve-bundle.
-
Set up Docker Swarm
-
cp .envrc.sample .envrc -
Edit
.envrc -
direnv allow(or. .envrc) -
. .helpers.sh(don't forget the dot!) -
create-secrets(note down the passwords!) FIXME: Current function doesn't output passwords 😕 -
docker stack deploy -c compose.yml mediawiki -
Go to the
$DOMAINyou configured in #3 -
Click "Install", then follow the prompts. Enter the
rootand user passwords you generated in #6 -
Download the
LocalSettings.php, and copy it to themediawiki_mediawikicontainer, in/var/www/html, using e.g.docker container cp ./local/path/to/LocalSettings.php <containerid>:/var/www/html/
License
MIT License
Description
The collaborative editing software that runs Wikipedia
https://gerrit.wikimedia.org/g/mediawiki/core
Readme
500 KiB
Languages
Shell
100%