Pre requirement
MediaMosa requires a LAMP/BAMP/WAMP environment. Please consult your platform manuals on how to set up such an environment.
- You must have Linux (recommended Ubuntu 9.04) or Unix like system on your server.
- Apache 2.2.x webserver (or nginx)
- 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 (or MariaDB)
- 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
When you install your MediaMosa or when you go to the status page of your MediaMosa you may see other requirements too.
