forked from coop-cloud/mediawiki
13b42a8cf95678d544390ed1564da553031e53cc
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
Languages
Shell
100%