History: InstallTikiDebian
Preview of version: 33
Hi!
We don't currently offer a .deb (sorry).
Making a package for Tiki Wiki would be an unneeded strain with no actual benefit, so I'll just describe, how to install Tiki Wiki on a Debian sarge system. -Aigarius
Sarge (Testing)
Should work for "Sid" (unstable) system
- Install Apache, PHP4, MySQL (apt-get install apache2-common apache2-mpm-prefork libapache2-mod-php4 mysql-server php4-mysql or apt-get install apache php4 mysql-server).
- Test to insure each package is working properly. For example to test PHP run the hello world script. If it is not working then consider reading the debian readme, such as: /usr/share/doc/php4/README.Debian.gz . You may need to enable the mysql library module in /etc/php4/apache2/php.ini. To enable this module you would uncomment the line extension=mysql.so in php.ini.
- If using TikiMap apt-get install php4-cgi
- Download TikiWiki 1.8.3 (latest stable version)
- Unpack this archive into a Web accessible directory directory (for example /var/www)
- Follow usual InstallTikiDoc (just run the setup.sh like "./setup.sh www-data www-data")
- If you want GraphViz, do "apt-get install graphviz". Note that this package is in non-free.
- If you want pdf export do apt-get install php4-domxml
- If you want Image Galleries, do "apt-get install imagemagick php4-imagick php4-gd2"
- Speed up your installation by "apt-get install turck-mmcache"
- Enjoy!
Aigarius (updated Apr 25, 04, by DanielCar with Apache2 info)
Woody (Stable)
Below is a version of the Sarge/Sid instructions minus : turck-mmcache and php4-imagick/imagemagick (not available in Woody)
Note that Debian Woody's default PHP, 4.1.2, has an important CSRF-related bug for Tiki 1.7.5+. Disabling the CSRF protection should solve. (tiki-admin.php?page=login)
- Install Apache, PHP4, MySQL (apt-get install apache php4 php4-cgi php4-pear mysql-server php4-mysql)
- Download TikiWiki 1.8.3 (latest stable version)
- Unpack this archive into a Web accessible directory directory (for example /var/www)
- Follow usual InstallTikiDoc (just run the setup.sh like "./setup.sh www-data www-data")
- If using TikiMap apt-get install php4-cgi
- If you want Image Galleries, do "apt-get install php4-gd2"
- If you want GraphViz, do "apt-get install graphviz". Note that this package is in non-free.
- If you want pdf export do apt-get install php4-domxml
- Enjoy!