Media Wiki Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 38: Line 38:
* [[PHP#Mac|Install PHP on Mac]]
* [[PHP#Mac|Install PHP on Mac]]
* [[Httpd_on_Mac#Configure_PHP|Configure httpd with PHP on Mac]]
* [[Httpd_on_Mac#Configure_PHP|Configure httpd with PHP on Mac]]
* Install the latest Mediawiki
* [[Install MariaDB]]
* [[Media_Wiki_Native_Installation|Install the Media Wiki]]

Revision as of 02:51, 29 December 2023

External

Internal

Get Media Wiki Version

For 1.35 onward, look up MW_VERSION in includes/Defines.php.

For older versions, look up "$wgVersion" in includes/DefaultSettings.php.

Alternatively go to Tools → Special Pages → Version

Installation

Media Wiki Installation

Back Up a Wiki

Backing Up a MediaWiki Instance

Restoring a Wiki into the Same or Newer MediaWiki Version

Restoring a Wiki into the Same or Newer MediaWiki Version

Create a User

Special pages -> Login / create account -> Create Account. Or Special:UserLogin/signup.

Get the List of All Users

Special Pages -> Users and rights -> User list. Or Special:ListUsers.

Locate the php.ini File

PHP | Locate the php.ini File

Install on Mac