metakgp / metakgp-wiki

Dockerized source for the metakgp wiki.
https://wiki.metakgp.org
GNU General Public License v3.0
23 stars 20 forks source link

Fix Scribunto Issues #89

Closed mukul-mehta closed 3 years ago

mukul-mehta commented 3 years ago

This PR does 2 things:

  1. Load the Scribunto extension inside LocalSettings.php using wfLoadExtension. Scribunto comes bundled with Mediawiki 1.34 and doesn't need to be downloaded. For the extension to work properly, path to a Lua executable must be given and made executable, which is done inside mediawiki/install_extensions.sh.
  2. Fix the path of deplo script inside RUNBOOK.md (./script -> ./scripts)

$wgScribuntoUseGeSHi = true is commented inside mediawiki/LocalSettings.php as it is needed for Mediawiki <= 1.30 (Source)