3wc 36feb5062d First stab at SimpleSAMLPHP
Main issue is how to customise the virtual host configuration of the
Mediawiki container to pass /simplesamlphp/ through to the right
directory (or reverse proxy to the `simplesamlphp` container)
2020-09-11 19:31:12 +02:00
2020-09-11 19:31:12 +02:00
2020-09-06 14:00:55 +02:00
2020-09-11 19:31:12 +02:00
2020-09-08 02:09:52 +02:00
2020-09-08 02:09:52 +02:00
2020-09-05 01:59:00 +02:00

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 secret_generate mediawiki_secret_key "pwgen -n 64 1"
  8. abra deploy
  9. abra service_run mediawiki /bin/bash to open a shell
  10. php /var/www/html/maintenance/createAndPromote.php YourUsername YourPassword

License

MIT License

Description
The collaborative editing software that runs Wikipedia
Readme 376 KiB
Languages
Shell 100%