Mediawiki 1.5.6

Aus Mikiwiki
Version vom 17. Januar 2009, 14:10 Uhr von Michi (Diskussion | Beiträge) (Die Seite wurde neu angelegt: Die Mediawiki-Software <b>Mediawiki 1.5.6</b> == Vorbedingungen == Vorbedingungen für Mediawiki 1.5.6: * Apache * PHP >= 4.1.2 (inkl. php4-mysql und php4...)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu: Navigation, Suche

Die Mediawiki-Software Mediawiki 1.5.6

Inhaltsverzeichnis

Vorbedingungen

Vorbedingungen für Mediawiki 1.5.6:

  • Apache
  • PHP >= 4.1.2 (inkl. php4-mysql und php4-session)
  • phpMyAdmin
  • MySQL 4.0.x (empfohlen)
  • Apache und MySQL müssen im Runlevel-Editor aktiviert sein
  • ImageMagick oder "gd" (zum automatischen Verkleinern der Software-Bilder)

Funktioniert unter SUSE 10.1 mit PHP 5.1.2 und MySQL 5.0.18

Vorbedingungen für Mediawiki unter Ubuntu 7.04 Feisty Fawn

  • apache2
  • php5
  • mysql-server
  • php5-mysql
  • phpmyadmin

Installation

Quelle: http://sourceforge.net/projects/wikipedia/

 # tar xzf mediawiki-1.5.6.tar.gz
 # mv mediawiki-1.5.6 /srv/www/htdocs/wiki
 # cd /srv/www/htdocs/wiki
 # chmod a+w config

Anlegen der Datenbank "wikidb" durch Aufruf von http://localhost/wiki/config

Site name: Mikiwiki
Language: de - Deutsch
Sysop account name: WikiSysop
password:
MySQL server: localhost
Database name: wikidb
DB username: wiki
DB password: wiki
Database charset: Backwards-compatible UTF-8
Super user: root
Password: [leer lassen!]

MediaWiki 1.5.6 installation

Please include all of the lines below when reporting installation problems.
Checking environment...
PHP 4.4.0: ok
PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
Have XML / Latin1-UTF-8 conversion support.
PHP's memory_limit is 8M. If this is too low, installation may fail!
Attempting to raise limit to 20M... ok.
Have zlib support; enabling output compression.
Neither Turck MMCache nor eAccelerator are installed, can't use object caching
functions
Found GNU diff3: /usr/bin/diff3.
Found ImageMagick: /usr/bin/convert; image thumbnailing will be enabled if you
enable uploads.
Found GD graphics library built-in.
Installation directory: /srv/www/htdocs/wiki
Script URI path: /wiki
Connecting to wikidb on localhost as root...success.
Connected to 4.1.13; using enhancements for mySQL 4.
Created database wikidb
Creating tables... using MySQL 3/4 table defs... done.
Initializing data...
Granting user permissions...
Created sysop account WikiSysop.

Initialising "MediaWiki" namespace...
Clearing message cache...Done.

Creating LocalSettings.php...

Installation successful! Move the config/LocalSettings.php file into the
parent directory, then follow this link to your wiki.
# cd /srv/www/htdocs/wiki/config
# mv LocalSettings.php ..

Für den Zugriff von anderen Rechnern her muss in der Firewall der Zugriff auf den HTTP-Server erlaubt werden.