Diese Seite ist Teil des Artikels
und beschreibt die Installation.
Nach dem Kopieren in ein anderes Wiki ist der neue Name der Seite auskommentiert im Quelltext vorhanden:
<!-- [[{{ns:project}}:Installation]] -->
Entfernen Sie die Zeilen oberhalb und unterhalb mit den folgenden Zeichen:
<nowiki><!-- --></nowiki>
Die Zeile sollte im Quelltext schließlich so aussehen:
[[{{ns:project}}:Installation]]
Mit Hilfe dieses Links kann nun die neue Seite erzeugt und der gesamte Quelltext dorthin kopiert werden.
Anpassen des Abschnitts Installation[]
Einige spezifische Angaben sind den Bedingungen der jeweiligen Installation anzupassen:
[lokaler Pfad] [Name des Intranet-Verzeichnisses] [Domäne]
Dabei sind im Quelltext die Formatierung und die Klammern (''[]'') zu entfernen, damit die Links funktionsfähig werden.
Installation[]
Die folgenden Daten wurden während der Installation des Museums dokumentiert und anschließend in die Seite Museums:Installation eingefügt.
- Paket entpackt, Version 1.10.1
- Verzeichnis (wiki) kopiert nach /[lokaler Pfad]/http_files/[Name des Intranet-Verzeichnisses]/docs/
- Fehlende Pakete installiert: php5-mysql, mysql-devel, php5-gd
Installationsskript[]
- Beginn mit dem Installationsscript (Websetup)
- Ausgabe: MediaWiki 1.10.1 Installation
- Checking environment...
- Please include all of the lines below when reporting installation problems.
- PHP 5.1.2 installed
- Found database drivers for: MySQL
- PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
- Have XML / Latin1-UTF-8 conversion support.
- Session save path (/var/lib/php5) appears to be valid.
- PHP's memory_limit is 8M. Attempting to raise limit to 20M... ok.
- Couldn't find Turck MMCache, eAccelerator, or APC. Object caching functions cannot be used.
- Found GNU diff3: /usr/bin/diff3.
- Couldn't find GD library or ImageMagick; image thumbnailing disabled.
- Installation directory: /[lokaler Pfad]/http_files/[Name des Intranet-Verzeichnisses]/docs/wiki
- Script URI path: /wiki
- Environment checked. You can install MediaWiki.
Site config[]
Teil | Parameter | Wert |
---|---|---|
Site config | Installation directory | /[lokaler Pfad]/http_files/[Name des Intranet-Verzeichnisses]/docs/wiki |
Site config | Script URI path | /wiki |
Site config | Wiki name | Museums |
Site config | Contact e-mail | wiki-admin@[Domäne] |
Site config | Language | de - Deutsch |
Site config | Copyright/license | GNU Free Documentation License |
Site config | Admin username | WikiSysop |
Site config | Password | [*******] |
Site config | Shared memory caching | No caching |
E-mail, e-mail notification and authentication setup | E-mail features (global) | Enabled |
E-mail, e-mail notification and authentication setup | User-to-user e-mail | Enabled |
E-mail, e-mail notification and authentication setup | E-mail notification about changes | Enabled for changes to user discussion pages, and to pages on watchlists (not recommended for large wikis) |
E-mail, e-mail notification and authentication setup | E-mail address authentication | Enabled |
Database config | Database type | MySQL |
Database config | Database host | localhost |
Database config | Database name | wikidb |
Database config | DB username | wikiuser |
Database config | DB password | [***********] |
Database config | Superuser account | ja |
Database config | Superuser name | root |
Database config | Superuser password | [***********] |
Database config | Database table prefix | mw_ |
Database config | Database charset | Backwards-compatible UTF-8 |
Abschluß[]
- Datei Localsettings.php aus ~/wiki/config nach ~/wiki kopiert, ~/wiki/config gelöscht
- TestURL: http://testwiki.[Domäne].de/wiki
- Aliases in Datei wiki.conf eingefügt
Zusatzinstallationen[]
Ploticus[]
siehe auch Museums:Konfiguration/Einrichtung Nr. 8
- Download http://sourceforge.net/project/downloading.php?groupname=ploticus&filename=pl233src.tar.gz&use_mirror=belnet
- gunzip und tar xf
- make | make install
- Probleme mit make
- Lösung: Makeinstall geändert:
- XLIBS = -L/usr/X11R6/lib64 -lX11
- Lösung: Makeinstall geändert:
- Probleme mit make
- To build libploticus do: make clean; make -f Makefile_api
- The result will be libploticus.a
- libploticus.a nach /usr/X11R6/lib64/ kopiert
- export PLOTICUS_PREFABS=/opt/pl233src/prefabs/
ImageMagick[]
siehe auch Museums:Konfiguration/Einrichtung Nr. 9
- Vers. 6.3.5-8
- Download ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/
- gunzip ImageMagick.tar.gz | tar xvf –
- cd ImageMagic* | ./configure | make | make install
- Test (/usr/local/bin/convert logo: logo.gif) fehlgeschlagen
- (error while loading shared li-braries: libMagick.so.10: cannot open shared object file: No such file or directory)
- Fix:
The following should solve the problem: Edit your /etc/ld.so.conf and add the line: Code: /usr/local/lib Save the file, then run the command: Code: /sbin/ldconfig
phpMyAdmin[]
siehe auch Museums:Konfiguration/Einrichtung Nr. 10
- Download Vers. 2.11.0
- gunzip | tar xvf
- Verzeichnis nach /[lokaler Pfad]/http_files/admin/phpMyAdmin kopiert
- Rechte geändert, *.conf editiert für apache2
- config.sample.inc.php nach config.inc.php kopiert
- Konfiguration via Web http://testwiki.[Domäne].de/wiki/pma/scripts/setup.php
- Php-Module php5-mcrypt und php5-mbstring nachinstalliert