Main Page
Jump to navigation
Jump to search
MediaWiki has been installed.
Consult the User's Guide for information on using the wiki software.
Getting started
- Configuration settings list
- MediaWiki FAQ
- MediaWiki release mailing list
- Localise MediaWiki for your language
- Learn how to combat spam on your wiki
Import CustomQueryPage
== Installing CustomQueryPage ==
# Download the bundle:wget https://mw.eckford.ca/downloads/CustomQueryPage- mw1359.tar.gz# Extract it into your extensions folder: ##tar -xzf CustomQueryPage-mw1359.tar.gz -C /srv/mediawiki/extensions# EditLocalSettings.phpand addwfLoadExtension( 'CustomQueryPage' );# Runphp maintenance/update.php --quickfrom the wiki root. # As a sysop, visitSpecial:CustomQuerySettings, enter the ROUTINE tag (e.g.,ROUTINE_4.110), and verify `Special:ApprovedManuals`.
<syntaxhighlight lang="bash"> tar -xzf CustomQueryPage-mw1359.tar.gz -C /srv/mediawiki/extensions php maintenance/update.php --quick </syntaxhighlight>