| |
Server side
1. Web server software (e.g. Apache, Microsoft IIS, etc.)
This software works in conjunction with a Web server with PHP support.
It doesn't matter what operating system, file system or HTTP server software
your server has, as long as the server has support for PHP. Most do.
2. MySQL database
3. PHP 4.3.3 or higher (or PHP 5) with...
I. Zend Optimizer (an amazing little tool that will speed up runtime performance in PHP by up to 40%).
II. PHP settings (in the php.ini configuration file):
- safe_mode = Off
- open_base_dir = Off
- error_reporting = E_ALL & ~E_NOTICE
- short_open_tag = On
- "memory_limit" set to at least 16M
III. PHP extensions:
- MySQL
- GD (optional, for displaying thumbnails for image files)
- ZLIB
4. Additional requirements
- File indexing and full-text search requires additonal (free) software that converts binary files to text.
- Thumbnail generation for PDF and PSD files requires ImageMagick utility to be available on the server.
|
 |