MediaWiki-Docker/Extension/ElectronPdfService
This page instructs you to install Extension:ElectronPdfService inside MediaWiki-Docker.
Follow the Quickstart instructions at MediaWiki-Docker page. Once MediaWiki is running and available at http://localhost:8080
, then continue with instructions on this page.
All commands should be run in the directory where you installed MediaWiki. All mentioned files are also located there.
Clone the repository and its dependencies
git clone "https://gerrit.wikimedia.org/r/mediawiki/skins/Vector" skins/Vector
git clone "https://gerrit.wikimedia.org/r/mediawiki/extensions/Collection" extensions/Collection
git clone "https://gerrit.wikimedia.org/r/mediawiki/extensions/ElectronPdfService" extensions/ElectronPdfService
Modify LocalSettings.php
If not already there, add this to the end of LocalSettings.php
.
wfLoadSkin( 'Vector' );
wfLoadExtension( 'Collection' );
wfLoadExtension( 'ElectronPdfService' );
Run maintenance scripts
docker compose exec mediawiki php maintenance/run.php update.php