The collaborative editing software that runs Wikipedia https://gerrit.wikimedia.org/g/mediawiki/core
Go to file
3wc 26ca41aa91 Add healthcheck 2020-09-08 12:03:24 +02:00
.envrc.sample Prettify URLs 2020-09-08 02:09:52 +02:00
.gitignore Ignore live .envrc 2020-09-06 14:00:55 +02:00
LICENSE Initial import 2020-09-05 01:59:00 +02:00
LocalSettings.php.tmpl Prettify URLs 2020-09-08 02:09:52 +02:00
README.md Update README for `abra` joy 2020-09-08 01:39:21 +02:00
compose.yml Add healthcheck 2020-09-08 12:03:24 +02:00
entrypoint.sh.tmpl Prettify URLs 2020-09-08 02:09:52 +02:00
htaccess.tmpl Prettify URLs 2020-09-08 02:09:52 +02:00

README.md

Mediawiki

Mediawiki version 1.32.1

Requires Docker version 1.11.2 or above to run.

Based on mediawiki-ve-bundle.

  1. Set up Docker Swarm and abra
  2. Deploy compose-stacks/traefik
  3. cp .envrc.sample .envrc
  4. Edit .envrc - be sure to change $DOMAIN to something that resolves to your Docker swarm box
  5. direnv allow (or . .envrc)
  6. abra secret_generate db_password v1 && abra secret_generate db_root_password v2
  7. abra deploy
  8. abra service_run mediawiki /bin/bash to open a shell
  9. php /var/www/html/maintenance/createAndPromote.php YourUsername YourPassword

License

MIT License