History: InstallTikiDebian
Preview of version: 37
We don't currently offer a .deb (sorry).
Making a package for TikiWiki 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) systems, if an unstable system works at all...
- Install Apache, PHP4 and MySQL
Apache 2 : apt-get install libapache2-mod-php4 mysql-server php4-mysql
Apache 1 : 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 . 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.5 (or 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
apt-get install graphviz. - If you want PDF export
apt-get install php4-domxml - If you want Image Galleries
apt-get install imagemagick php4-imagick php4-gd - If you want, speed up your installation by "apt-get install turck-mmcache". Note that this package is abandoned upstream and has 2 RC bugs at the time of writing. It's only in Sid.
- Enjoy!
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-pear mysql-server php4-mysql)
- Download TikiWiki 1.8.5 (or 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!