aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 790d3fa..26c378d 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,23 @@ Template:Stub
(TODO: maybe also include all pages in the [Wikipedia:Category:Wikipedia_metatemplates](https://en.wikipedia.org/wiki/Category:Wikipedia_metatemplates) category?)
+## Some Smaller Notes
+
+### Scribunto
+
+`$wgScribuntoEngineConf['luastandalone']['luaPath'] = "/usr/bin/lua5.1";` is needed in `LocalSettings.php` for [Extension:Scribunto](https://www.mediawiki.org/wiki/Extension:Scribunto) to work.
+
+### `/wiki/`
+
+Add
+
+```php
+$wgArticlePath = "/wiki/$1";
+$wgUsePathInfo = true;
+```
+
+to your `LocalSettings.php`
+
## Credits
Minimally based on https://github.com/Wildsong/docker-caddy-mediawiki.