Loading...
 
Skip to main content

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

  1. 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).
  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.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.
  3. If using TikiMap apt-get install php4-cgi
  4. Download TikiWiki 1.8.3 (latest stable version)
  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, 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. If you want Image Galleries, do "apt-get install imagemagick php4-imagick php4-gd2"
  10. Speed up your installation by "apt-get install turck-mmcache"
  11. 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)

  1. Install Apache, PHP4, MySQL (apt-get install apache php4 php4-cgi php4-pear mysql-server php4-mysql)
  2. Download TikiWiki 1.8.3 (latest stable version)
  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