Loading...
 
Skip to main content

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)

  1. 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
  2. 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.
  3. If using TikiMap
    apt-get install php4-cgi
  4. Download the TikiWiki version you want
  5. Unpack this archive into a Web accessible directory directory (for example /var/www)
  6. Follow usual InstallTikiDoc (just run the setup.sh like "./setup.sh www-data www-data")
  7. If you want GraphViz
    apt-get install graphviz.
  8. If you want PDF export
    apt-get install php4-domxml
  9. If you want Image Galleries
    apt-get install imagemagick php4-imagick php4-gd
  10. 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.
  11. 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)

  1. Install Apache, PHP4, MySQL (apt-get install apache php4 php4-pear mysql-server php4-mysql)
  2. Download the TikiWiki version you want
  3. Unpack this archive into a Web accessible directory directory (for example /var/www)
  4. Follow usual InstallTikiDoc (just run the setup.sh like "./setup.sh www-data www-data")
  5. If using TikiMap apt-get install php4-cgi
  6. If you want Image Galleries, do "apt-get install php4-gd2"
  7. If you want GraphViz, do "apt-get install graphviz". Note that this package is in non-free.
  8. If you want PDF export do apt-get install php4-domxml
  9. Enjoy!

History

Advanced
Information Version
drsassafras Mass search and replace 52
View
Philippe Cloutier fix 51
View
mlpvolt 50
View
Oliver Hertel 49
View
Chris 48
View
Philippe Cloutier nuke the Woody instructions now that security support is over 47
View
marcusb 46
View
Philippe Cloutier arg, don't break php4-mysql's link 45
View
Philippe Cloutier few specificities missed 44
View
Philippe Cloutier Fix link to php4-gd, update experimental packages info, detail AMP install 43
View
Philippe Cloutier Not yet in experimental 42
View
marcusb 41
View
marcusb 40
View
marcusb 39
View
Philippe Cloutier Sarge stable 38
View
Philippe Cloutier Update 37
View
Philippe Cloutier 36
View
Vianney Lecroart 35
View
failsure php4-cgi *is* optional, fixed for Woody 34
View
failsure "confirmed" woody instructions (2 systems), minor fixes, and added non-free blurb re:graphviz 33
View
John Add php4-mysql and swap so Apache2 is first 32
View
Philippe Cloutier php4-cgi should be optional for Woody too AFAIK 31
View
Marc Fargas BUG#957506 Added a note about pdf export stated by ashmere (from sf.net) 30
View