maus-und-elefant:Upgrade Mediawiki 1.13.3
Backup maus-und-elefant.com Wiki
Eine oder alle der folgenden Methoden
Speichere Kopie von LocalSettings.php im Wiki-Verzeichnis (mittels WebShell)
- Benenne LocalSettings.php in LocalSettings.pre1133.php um
Download new Software
- Download mediawiki-1.13.3.tar.gz into /source
Erweiterungen nach /source herunterladen
Requirements
MediaWiki 1.13 requires:
- PHP 5.0.x or later, recommended 5.1.x or 5.2.x
- MySQL 4.0.x or later
Aktuelle Version:
- PHP 5.2.6 (cgi-fcgi)
- MySQL 5.0.51-log
Release Notes:
- If upgrading from before 1.7, you may want to run refreshLinks.php to ensure new database fields are filled with data.
- See the file UPGRADE for more detailed upgrade instructions.
Installation
- Kopiere mediawiki-1.13.3.tar.gz von /source nach /maus-und-elefant.com
- Benenne /maus-und-elefant.com/wiki in /maus-und-elefant.com/mediawiki-1.13.3 um
- Packe mediawiki-1.13.3.tar.gz in /maus-und-elefant.com aus
- Benenne /maus-und-elefant.com/mediawiki-1.13.3 in /maus-und-elefant.com/wiki um
- Lösche /maus-und-elefant.com/mediawiki-1.13.3.tar.gz
Konfiguration
- Setze Schreibrechte für U/G/O für Verzeichnis /maus-und-elefant.com/wiki/config
- Oeffne http://maus-und-elefant.com/wiki
- Setze Parameter (wie vor Upgrade, siehe gespeicherte Datei LocalSettings.php)
- Nach Abschluss des Konfigurationsscriptes verschiebe LocalSettings.php von /maus-und-elefant.com/wiki/config/ nach /maus-und-elefant.com/wiki/
Erweiterungen Installieren
ParserFunctions
- Kopiere ParserFunctions-MW1.13-r37906.tar.gz von /source nach /maus-und-elefant.com/wiki/extensions/
- Packe ParserFunctions-MW1.13-r37906.tar.gz in /maus-und-elefant.com/wiki/extensions/ aus
- Füge folgenden Eintrag zu LocalSettings.php hinzu
- require_once("$IP/extensions/ParserFunctions/ParserFunctions.php");
StringFunctions
- Kopiere StringFunctions-MW1.13-r34641.tar.gz von /source nach /maus-und-elefant.com/wiki/extensions/
- Packe StringFunctions-MW1.13-r34641.tar.gz in /maus-und-elefant.com/wiki/extensions/ aus
- Füge folgenden Eintrag zu LocalSettings.php hinzu
- require_once ("$IP/extensions/StringFunctions/StringFunctions.php");
Winter
- Kopiere Winter.2.1.1.zip von /source nach /maus-und-elefant.com/wiki/extensions/
- Packe Winter.2.1.1.zip in /maus-und-elefant.com/wiki/extensions/ aus
- Füge folgenden Eintrag zu LocalSettings.php hinzu
- require_once("extensions/Winter.2.1.1Winter.php");
GoogleMaps
- Kopiere GoogleMaps-0.9.4.zip von /source nach /maus-und-elefant.com/wiki/extensions/
- Packe GoogleMaps-0.9.4.zip in /maus-und-elefant.com/wiki/extensions/ aus
- Füge folgende Einträge zu LocalSettings.php hinzu
- $wgGoogleMapsKey = "your key from step 1 goes here";
- require_once( "extensions/GoogleMaps/GoogleMaps.php" );