maus-und-elefant:Upgrade Mediawiki 1.13.3: Unterschied zwischen den Versionen

Aus maus-und-elefant.com
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
 
(26 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 5: Zeile 5:


Speichere Kopie von LocalSettings.php im Wiki-Verzeichnis (mittels WebShell)
Speichere Kopie von LocalSettings.php im Wiki-Verzeichnis (mittels WebShell)
* copy LocalSettings.php LocalSettings.pre1133.php
* Benenne LocalSettings.php in LocalSettings.pre1133.php um
 
==Download new Software==
* Download mediawiki-1.13.3.tar.gz into /source
 
Erweiterungen nach /source herunterladen
* http://upload.wikimedia.org/ext-dist/ParserFunctions-MW1.13-r37906.tar.gz
* http://upload.wikimedia.org/ext-dist/StringFunctions-MW1.13-r34641.tar.gz
* http://www.swiftlytilting.com/download.php?file=Winter.2.1.1.zip
* http://emiller.info/maps/GoogleMaps-0.9.4.zip
 
==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/
 
==Zusätzliche Parameter konfigurieren==
* Füge folgende Einträge zu LocalSettings.php hinzu
** # Override the default with a bundle of filetypes:
** $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'ppt', 'pdf', 'doc', 'psd', 'mp3','xls', 'zip','swf','svg');
** $wgGroupPermissions['*']['createaccount'] = false;
** $wgGroupPermissions['*']['edit'] = false;
** $wgGroupPermissions['*']['createpage'] = false;
 
==Erweiterungen Installieren==
* Inhalt von /maus-und-elefant.com/wiki/extensions/ löschen
 
===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.1/Winter.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 = "<siehe unten>";
** $wgGoogleMapsEnablePaths = true;
** require_once( "extensions/GoogleMaps/GoogleMaps.php" );
 
===GoogleMaps Keys===
* maus-und-elefant.com/wiki : ABQIAAAAtRXfQRI8bR0NABrELwy4lhS23cIQ4gN_19mK8tTtOW99qBhvyBRkD7pXVz9epj4clTCf-s6bth9T2w
* maus-und-elefant.com/wikidev : ABQIAAAAtRXfQRI8bR0NABrELwy4lhRNC_IeCusPRnB4CoPNK9I7dYQ15xS80NuSug-0GSd-E7uH_hl4faLEDA
*thomas-toepfer.com/wiki : ABQIAAAAtRXfQRI8bR0NABrELwy4lhSpDd-iEJrPndOAwKEUViOio0Yx_RQ36-Ihz9RLFVE3BLAoB_e5EUbAfQ
 
==Abschliessen==
* Gepackte Erweiterungen in /maus-und-elefant.com/wiki/extensions/ löschen
* Entferne Schreibrechte für G/O für Verzeichnis /maus-und-elefant.com/wiki/config

Aktuelle Version vom 31. Januar 2009, 09:17 Uhr

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/

Zusätzliche Parameter konfigurieren

  • Füge folgende Einträge zu LocalSettings.php hinzu
    • # Override the default with a bundle of filetypes:
    • $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'ppt', 'pdf', 'doc', 'psd', 'mp3','xls', 'zip','swf','svg');
    • $wgGroupPermissions['*']['createaccount'] = false;
    • $wgGroupPermissions['*']['edit'] = false;
    • $wgGroupPermissions['*']['createpage'] = false;

Erweiterungen Installieren

  • Inhalt von /maus-und-elefant.com/wiki/extensions/ löschen

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.1/Winter.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 = "<siehe unten>";
    • $wgGoogleMapsEnablePaths = true;
    • require_once( "extensions/GoogleMaps/GoogleMaps.php" );

GoogleMaps Keys

  • maus-und-elefant.com/wiki : ABQIAAAAtRXfQRI8bR0NABrELwy4lhS23cIQ4gN_19mK8tTtOW99qBhvyBRkD7pXVz9epj4clTCf-s6bth9T2w
  • maus-und-elefant.com/wikidev : ABQIAAAAtRXfQRI8bR0NABrELwy4lhRNC_IeCusPRnB4CoPNK9I7dYQ15xS80NuSug-0GSd-E7uH_hl4faLEDA
  • thomas-toepfer.com/wiki : ABQIAAAAtRXfQRI8bR0NABrELwy4lhSpDd-iEJrPndOAwKEUViOio0Yx_RQ36-Ihz9RLFVE3BLAoB_e5EUbAfQ

Abschliessen

  • Gepackte Erweiterungen in /maus-und-elefant.com/wiki/extensions/ löschen
  • Entferne Schreibrechte für G/O für Verzeichnis /maus-und-elefant.com/wiki/config