(→Installation) |
|||
Line 1: | Line 1: | ||
- | '''MaintenanceShell''' provides access to the [[Manual:Maintenance_scripts|Maintenance scripts]] via a [[Manual:Special_pages|Special Page]]. | + | '''MaintenanceShell''' provides access to the [[mw:Manual:Maintenance_scripts|Maintenance scripts]] via a [[mw:Manual:Special_pages|Special Page]]. |
''Maintenance scripts are powerful tools which can have a significant impact on your wiki. Many of them require users to have access to the file system. Do not grant rights to the MaintenanceShell lightly.'' | ''Maintenance scripts are powerful tools which can have a significant impact on your wiki. Many of them require users to have access to the file system. Do not grant rights to the MaintenanceShell lightly.'' | ||
Line 36: | Line 36: | ||
# Download the installation package. | # Download the installation package. | ||
# Unzip and place all files in '''''yourwikidir''/extensions/MaintenanceShell/'''. | # Unzip and place all files in '''''yourwikidir''/extensions/MaintenanceShell/'''. | ||
- | # Add the following to [[Manual:LocalSettings.php|LocalSettings.php]]: | + | # Add the following to [[mw:Manual:LocalSettings.php|LocalSettings.php]]: |
<source lang="php"> | <source lang="php"> | ||
# Sysops will have access to the MaintenanceShell | # Sysops will have access to the MaintenanceShell | ||
Line 48: | Line 48: | ||
===User rights=== | ===User rights=== | ||
- | MaintenanceShell adds a new user right called ''maintenanceshell'', which a user must be granted before they can access the MaintenanceShell page. You may add the right to an existing group, or assign it to a new group and add users to that group. Place the following code in [[Localsettings.php]]: | + | MaintenanceShell adds a new user right called ''maintenanceshell'', which a user must be granted before they can access the MaintenanceShell page. You may add the right to an existing group, or assign it to a new group and add users to that group. Place the following code in [[mw:Manual:Localsettings.php|LocalSettings.php]]: |
Existing group: | Existing group: |