|
If you whish to host the product yourself, or to choose by yourself a web hosting service provider, you must ensure that the hosting has the following required features:
An up to date linux box with apache+php+mysql:
| |
Required Configuration |
| mysql |
>= 4.1 |
| php |
>= 5.0 |
| ZendOptimizer |
>= 3.3.0 |
- my.cnf configured with a max_allowed_packet > max image size.
(or having enough rights to programatically modify it at runtime)
- following php modules installed :
- gd
- calendar
- xml (expat) (if the display_rss plugin is needed)
- ming (0.3.x min, if the flash_fx plugin is needed)
- php.ini configured (or configurable by .htaccess for example) (or having enough rights to programatically modify it at runtime) with:
- memory_limit = BIG! 2*DB max size is needed for the integreted backup function!
- post_max_size = BIG! 2* max image or resource size + form data size is needed!
- upload_max_filesize = BIG! 2* max image or resource size !
- all php function are required (even system(), fopen(url), mail() …) with acces with the linux binaries:
- tar
- mysql
- find
- touch
- mv
- rm
|