Changes between Version 3 and Version 4 of Pre requirement

Show
Ignore:
Timestamp:
08/10/09 14:25:47 (4 years ago)
Author:
forgacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Pre requirement

    v3 v4  
     1MediaMosa requires a LAMP/BAMP/WAMP environment. Please consult your 
     2 platform manuals on how to set up such an environment. 
     3 
    14 * You have to have Linux (recommended Ubuntu 9.04) on your server. 
    2  * Apache 2 webserver 
    3  * PHP 5 
    4  * MySQL 5 database server 
     5 * Apache 2.2.x webserver 
     6  * Enable rewrite, mime_magic modules. 
     7  * PHP module SAPI/FCGI. 
     8 * PHP 5.2.x 
     9  * Enable cli, curl, gd, mcrypt, mysql modules. 
     10  * Optional: install PEAR and PHP development files for APC support. 
     11 * MySQL 5.x database server 
     12  * Recommended: Set default tablespace type to InnoDB. 
    513 * Lua 5 
    614 * ffmpeg video encoder tool 
     15 * Optional: APC support 
     16  * Consult your platform manuals on how to install APC on your environment. 
     17  * Configure APC with for instance the following php.ini fragment: 
     18   * extension=apc.so 
     19   * apc.enabled=1 
     20   * apc.shm_segments=1 
     21   * apc.optimization=0 
     22   * apc.shm_size=64 
     23   * apc.ttl=7200 
     24   * apc.user_ttl=7200 
     25   * apc.num_files_hint=1024 
     26   * apc.mmap_file_mask=/tmp/apc.XXXXXX 
     27   * apc.enable_cli=0