Version 5 (modified by robert, 2 years ago)

--

MediaMosa requires a LAMP/BAMP/WAMP environment. Please consult your platform manuals on how to set up such an environment.

  • You have to have Linux (recommended Ubuntu 9.04) on your server.
  • Apache 2.2.x webserver
    • Enable rewrite, mime_magic modules.
    • PHP module SAPI/FCGI.
  • PHP 5.2.x
    • Enable cli, curl, gd, mcrypt, mysql modules.
    • Optional: install PEAR and PHP development files for APC support.
  • MySQL 5.x database server
    • Recommended: Set default tablespace type to InnoDB.
  • Lua 5
  • ffmpeg video encoder tool
  • Optional: APC support
    • Consult your platform manuals on how to install APC on your environment.
    • Configure APC with for instance the following php.ini fragment:
      • extension=apc.so
      • apc.enabled=1
      • apc.shm_segments=1
      • apc.optimization=0
      • apc.shm_size=64
      • apc.ttl=7200
      • apc.user_ttl=7200
      • apc.num_files_hint=1024
      • apc.mmap_file_mask=/tmp/apc.XXXXXX
      • apc.enable_cli=0