Media Wiki Operations: Difference between revisions
No edit summary |
|||
Line 24: | Line 24: | ||
For older versions, look up "$wgVersion" in <code>[[Media_Wiki_Concepts#DefaultSettings.php|includes/DefaultSettings.php]]</code>. | For older versions, look up "$wgVersion" in <code>[[Media_Wiki_Concepts#DefaultSettings.php|includes/DefaultSettings.php]]</code>. | ||
=Locate the <tt>php.ini</tt> File= | =Locate the <tt>php.ini</tt> File= | ||
Line 56: | Line 48: | ||
{{Internal|Media_Wiki_CirrusSearch|CirrusSearch}} | {{Internal|Media_Wiki_CirrusSearch|CirrusSearch}} | ||
=User Operations= | |||
==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]]. | |||
=Troubleshooting= | =Troubleshooting= | ||
{{Internal|Media Wiki Troubleshooting|Troubleshooting}} | {{Internal|Media Wiki Troubleshooting|Troubleshooting}} | ||
=Get Support= | =Get Support= | ||
{{External|https://www.mediawiki.org/wiki/Project:Support_desk}} | {{External|https://www.mediawiki.org/wiki/Project:Support_desk}} |
Revision as of 03:09, 30 December 2023
External
- https://www.mediawiki.org/wiki/Manual:FAQ
- https://www.mediawiki.org/wiki/Manual:Configuration_settings
Internal
Installation
A full last version new instance installation is recommend even in the case of a restoration of an older instance from backup. This is an opportunity to upgrade to the last LTS Media Wiki version.
Restoration
This procedure documents restoration of a site instance backed up with the Media Wiki Backup procedure. Restoration implies performing a full new installation of the latest LTS version as a prerequisite, as described here Media Wiki Installation.
Back Up
Get Media Wiki Version
The MediaWiki, PHP, database and extension versions can be read from a working instance from Left hand side tab Tools → Special pages → Version → Installed software.
For 1.35 onward, look up MW_VERSION in includes/Defines.php
.
For older versions, look up "$wgVersion" in includes/DefaultSettings.php
.
Locate the php.ini File
Install on Mac
Increase the Maximum Size for Uploaded Files
Enable and Configure Image Uploads
Configure Site Logo
Visual Editor
CirrusSearch
User Operations
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.