Skip to content
berkes edited this page Sep 13, 2010 · 5 revisions

Builds on top of Drupal. So all Drupal requirements as listed on http://drupal.org/requirements

Additional requirements

Imagemagick

For generation of thumbnails and resizing of large images, we chose Imagemagick. This can be changed (to e.g. GD, wich is slower but featured on most hosts), but that requires knowlegde of Drupals image-handling plugins.

Changed requirements

ImageAPI requires PHP5

We use imageAPI for generation of images. This module depends on PHP5.

memory limit for PHP is set to 32M.

Default .htaccess should take care of this for you, but if you host or server does not support .htaccess, then you should change this by had, or ask your server-maintainer to do this for you.