History: Requirements
Preview of version: 115
- «
- »
Requirements and Setup
This page lists the minimum requirements and recommended settings to install Tiki.
If you are using a standard shared webhost, your webhost most likely meets these requirements and you should be able to install Tiki with no problems. Tiki is designed to run on shared hosting, using the LAMP stack.
These instructions are useful for people that are configuring their own server for Tiki.
Table of contents
Shared Host
Tiki will run in most shared webhost environments. Many hosts offer Tiki installation via a control panel application (such as Fantastico).
You should verify that your webhost meets the minimum requirements:
See Tiki Friendly Hosts for a list of working shared host environments.
Requirements
Webserver
You must have a fully operational webserver in order to install and use Tiki. Tiki should run on any webserver that supports PHP (such as Windows IIS or lighttpd, but is most widely tested and used with Apache. You may need to make minor modifications for non-Apache webservers.
To simply installation on Windows IIs, Tiki is included in the Windows Web App Gallery and can be installed with the Microsoft Web Platform Installer. See Microsoft Web Platform installer for details.
Your webserver should be configured with the following minimum requirements:
- 512 MB RAM
- 100 MB free storage
MySQL
Tiki requires a MySQL 5 database.
The database can be installed in the same physical location of the webserver (that is, as localhost) or Tiki can access a remote database.
PHP
| Tiki Version | PHP Version | Notes |
|---|---|---|
| Tiki7 | PHP 5.2 | If you can't get PHP 5.2, you can keep on using Tiki6LTS (end of support for Tiki6LTS is when Tiki10 is released) |
| Tiki5 or Tiki6LTS | PHP 5.1 with the PDO extension | If PDO is not available, you can revert to ADOdb. See ReleaseNotes40 for details. (PHP 5.2 is preferred primarily to access features in Zend libraries) and can be necessary for some of the newer features like WebDAV), however, globally, Tiki works with PHP 5.1. |
| ((Tiki4 or later | PHP5 with the PDO extension | If PDO is not available, you can revert to ADOdb. See ReleaseNotes40 for details. |
| Tiki3LTS (or later) | PHP5 with the MySQLi extension | This is a Long Term Support (LTS). End of life is May 2011, where you should upgrade to Tiki6LTS |
To review your PHP Memory Limits, access http://www.yourdomain.com/tiki-phpinfo.php and review the following values:
- max_execution_time = 60 ; Maximum execution time of each script, in seconds
- max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
- memory_limit = 32M ; Maximum amount of memory a script may consume
More information
Additional Libraries
| Library | Notes |
|---|---|
| libxml | Required http://us2.php.net/manual/en/ref.xml.php |
| mbstring | Useful when working with languages that require it http://us2.php.net/manual/en/ref.mbstring.php |
| mbstring | Required by zend_search_lucene for Admin panel seraching and managing preferences in perspectives |
| ctype | Required for Tiki 1.10 (and higher) |
php.ini Configuration
We recommend using the following configuration in your php.ini file:
| PHP.INI Setting | Description |
|---|---|
| memory_limit = 32M | Specify the maximum memory for PHP scripts. |
| _file_uploads = On | Required to allow uploads (files, images, etc.) to your Tiki |
| upload_max_filesize = XXM | Specify the maxium upload filesize (in MB). |
| allow_url_fopen = On | Allow trackback pings in your Tiki blogs. |
| session.save_handler = files session.save_path = /tmp |
The path that PHP stores session information. Ensure that the location exists and is writable. In Shared Hosting environments, if you do not have access to /tmp, use temp (no slash) instead. |
| max_execution_time = 60 max_input_time = 60 |
Specify the idle timeout (in seconds). If you experience timeouts (such as when performing Admin functions) you may need to increase these settings. |
| magic_quotes_gpc = Off | Turn off PHP's Magic Quotes function. |
| default_charset = "utf-8" | Specify the default character encoding. |
| mbstring.func_overload = 0 | Tiki will not work properly with mbstring.func_overload = 7. |
The location of the php.ini file may vary, depending on your operating sytem. Some common locations include:
- /etc/php.ini
- /etc/php/php.ini
- /etc/php4/php.ini
- /etc/php/apache1-php4/php.ini (Gentoo)
- /etc/php/cli-php4/php.ini (Gentoo)
- /etc/php4/apache2 (Debian)
- \windows\system\php.ini (Windows)
Notes:
- If safemode is on you may need safe_mode_allowed_env_vars = TZ in php.ini.
- To run PHP5 on 1and1.com add the following lines to your _htaccess file (Tiki 3):
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
uncomment line 29 and 30 then rename in .htaccess
Optional Software or Libraries
Some Tiki feautures require the following additional software or libraries:
| Feature | Additional Requirements |
| Image processing, used for thumbnail generation, dynamic chart generation, and to prevent bot/automatic registration. | Use either GD Library 1.5 (or higher) or ImageMagick. ImageMagick is included, by default with PHP 4.3+ |
| Manage and display maps as a GeoCMS (Geospastial Content Management System). | Mapserver 4.6+ |
| Rewrite Tiki's default URLs | Use the Apache Clean URLs to create shorter, or custom, URLs. |
Alias
History
| Information | Version | |||||
|---|---|---|---|---|---|---|
| bienvenu ushindi Group Tiki 30 with versions sharing the same requirements | 294 | |||||
| bienvenu ushindi Revise the mariadb minimum version for tiki 30 | 293 | |||||
| bienvenu ushindi Add tiki30 constraints | 292 | |||||
| Bernard Sfez / Tiki Specialist | 291 | |||||
| Bernard Sfez / Tiki Specialist | 290 | |||||
| Bernard Sfez / Tiki Specialist | 289 | |||||
| Marc Laporte The requirements don't change for Tiki 27, 28 and 29. We don't know yet for 30 | 288 | |||||
| Rodriguez Nyiringabo | 287 | |||||
| Rodriguez Nyiringabo | 286 | |||||
| Rodriguez Nyiringabo | 285 | |||||
| Marc Laporte Why it's OK. We are using for a huge project. | 284 | |||||
| Merci Jacob | 283 | |||||
| Marc Laporte | 282 | |||||
| Marc Laporte | 281 | |||||
| Marc Laporte ok, we decided | 280 | |||||
| Marc Laporte 8.3 should be fine as well | 279 | |||||
| drsassafras | 278 | |||||
| Marc Laporte | 277 | |||||
| Marc Laporte There was a mismatch | 276 | |||||
| Marc Laporte Expected to be OK until PHP 9.0 | 275 | |||||
| Marc Laporte | 274 | |||||
| rjsmelo | 273 | |||||
| rjsmelo Update requirements for Tiki 27 | 272 | |||||
| Marc Laporte 2023 | 271 | |||||
| Marc Laporte | 270 | |||||
| Kevin Doyle tiki26 is released added strike through | 269 | |||||
| Marc Laporte | 268 | |||||
| Marc Laporte | 267 | |||||
| Marc Laporte | 266 | |||||
| Marc Laporte Burn the bridges! | 265 | |||||
| Marc Laporte | 264 | |||||
| Marc Laporte Adding projections as of now | 263 | |||||
| Marc Laporte Adding Percona Server for MySQL, which is a "a free, fully compatible drop in replacement for Oracle MySQL." | 262 | |||||
| Marc Laporte | 261 | |||||
| Marc Laporte Better link | 260 | |||||
| Marc Laporte This has been retired | 259 | |||||
| Marc Laporte | 258 | |||||
| Marc Laporte Update DB info | 257 | |||||
| Marc Laporte | 256 | |||||
| Marc Laporte Bye maketoc | 255 | |||||
| Marc Laporte Redoing edits I had done on duplicate page | 254 | |||||
| Marc Laporte Putting page in English | 253 | |||||
| Torsten Fabricius Danish Seems to work now: 'Krav og Opsætning' = 'Requirements and Setup', whilst the text is still in English. Sorry. | 252 | |||||
| Torsten Fabricius now changing the name to danish title (krv = requirement(s) ) and regenerate a new english page version ... if that works | 251 | |||||
| Torsten Fabricius | 250 | |||||
| Torsten Fabricius Still trying to change the language for this page to English ... the system states there would be an English version exist, which I do not find. Now this page is Danish ... at least | 249 | |||||
| Torsten Fabricius just formatted and added {maketic} - no content change today - still not getting english laguage for the page | 248 | |||||
| Torsten Fabricius fix auto-Jumbotron, try to set language=English to the page | 247 | |||||
| Marc Laporte | 246 | |||||
| Marc Laporte It is better explained on the Tiki24 page | 245 | |||||