Mediawiki Setup: Revision history

From NCOT Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 July 2025

  • curprev 15:3015:30, 25 July 2025 Wiki admin talk contribs 1,534 bytes +1,534 Created page with "== Install MediaWiki Properly == Extract MediaWiki into <nowiki>/var/www/html/w</nowiki> {| class="wikitable" |+ Locations |- ! Location !! Contents |- | /var/www/html/w/ || MediaWiki files extracted to here |- | /wiki/ || Public path for index.php (rewritten URLs go here). Not a real directory. |- |} == Set Directory Permissions == sudo chown -R www-data:www-data /var/www/html/w == Update <nowiki>LocalSettings.php</nowiki> == <nowiki> $wgScriptPath = "/w"; $wgAr..."