Content
Installationsanleitung für WakkaWiki
Mit den angegebenen Versionsnummern funktionierte die Installaition, neuere Versionen wurden von mir nicht geprüft.
* Apache installieren (Packet 1.1.3)
* Php for Apache installieren (Packet 1.1.1)
(Php for Apache: Packet 1.1.2 macht zur Zeit Probleme, es können folgende Fehlermeldungen z. B. erzscheinen:
Notice: Undefined index: user in /var/www/htdocs/wakkawiki/wakka.php on line 355
Notice: Undefined index: name in /var/www/htdocs/wakkawiki/wakka.php on line 558
Notice: Undefined index: time in /var/www/htdocs/wakkawiki/wakka.php on line 559
Notice: Undefined property: pageCache in /var/www/htdocs/wakkawiki/wakka.php on line 101
Notice: Undefined variable: page in /var/www/htdocs/wakkawiki/wakka.php on line 96
Notice: Undefined variable: data in /var/www/htdocs/wakkawiki/wakka.php on line 53
Notice: Undefined variable: vars in /var/www/htdocs/wakkawiki/wakka.php on line 338
Notice: Undefined variable: vars in /var/www/htdocs/wakkawiki/wakka.php on line 338
Notice: Undefined index: message in /var/www/htdocs/wakkawiki/wakka.php on line 180
Notice: Undefined index: user in /var/www/htdocs/wakkawiki/wakka.php on line 355)
* MySql Database 3.23.43 installieren (Packet 1.0.0)
* RootPasswort für MySQL setzen
* Auf MySQL Datenbank anlegen:
mysqladmin -uroot -ppassword create wakkawiki
Archivdateien herunterladen www.wakkawiki.com/WakkaDownload und in ein Verzeichnis entpacken.
( wakka-0.1.2.tar.gz (28 KB, 2003-02-16) und wakka-0.1.1.tar.gz (23 KB, 2002-09-10), von der alten Version wird die Datei wakka.config.php benötigt, da diese in dem Archiv wakka-0.1.2.tar.gz fehlt!)
* Dateien von wakka-0.1.2.tar.gz in das Verzeichnis /var/www/htdocs/wakkawiki kopieren. (Auch wakka.config.php)
* Mit chmod 666 wakka.config.php, die Rechte verändern.
* (Nach abgeschlossener Installation mit chmod 644 wakka.config.php, die Datei schützen.)
* Mit Browser servername/wakkawiki/index.php aufrufen.
Hier folgende Einstellungen vornehmen:
Database Configuration
* MySQL host: localhost
* MySQL database: wakkawiki
* MySQL user name: root
* MySQL password: passwort
* Table prefix: wakka_
* Your Wakka's name: MyWiki
* Home page: servername/wakkawiki/index.php
* Meta Keywords: irgend was
* Meta Description:irgend was
* Base URL: Home page: servername/wakkawiki/
* Rewrite Mode: Enabled
* Mit "Continue" gehts weiter.
Ergebnisbildschirm:
Testing Configuration
Testing MySQL connection settings... OK
Looking for database... OK
Installing Stuff
Creating page table... OK
Creating ACL table... OK
Creating link tracking table... OK
Creating referrer table... OK
Creating user table... OK
Adding some pages... OK
Reticulating splines... OK
Writing TPS report... OK
In the next step, the installer will try to write the updated configuration file, wakka.config.php. Please make sure the web server has write access to the file, or you will have to edit it manually. Once again, see WakkaWiki:WakkaInstallation for details.
Writing configuration
Writing configuration file wakka.config.php... OK
That's all! You can now return to your Wakka site. However, you are advised to remove write access to wakka.config.php again now that it's been written. Leaving the file writable can be a security risk!
Michael Abendroth