History: InstallTikiDebian
Preview of version: 41
Etch or Sid (testing/unstable)
))TikiWiki(( is available in Debian's experimental distribution. Just install it using your favourite package manager:
Copy to clipboard
apt-get install tikiwiki
That's all!
If apt-get cannot find tikiwiki, you need to add the following lines in /etc/apt/sources.list:
Copy to clipboard
deb http://ftp.debian.org/debian/ experimental main non-free contrib deb-src http://ftp.debian.org/debian/ experimental main non-free contrib
and then do "apt-get update".
This package is experimental, so please help discovering and fixing problems. Bugs in the Debian package should be reported to Debian's bug tracking system:
Copy to clipboard
reportbug tikiwiki
Sarge (stable)
- 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 the TikiWiki version you want
- 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 (oldstable)
Below is a version of the above 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 the TikiWiki version you want
- 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!