Version 4 (modified by forgacs, 2 years ago)

--

Installing MediaMosa

  • Unpack it to your web directory (typically /var/www/your-site or /srv/www/your-site).
  • Load your new site, chose the Mediamosa profile and follow the instruction.
  • You will have to set your database, your crontab and your Apache settings in this process.
  • In the default Apache2 docroot configuration, set the 'AllowOverride' parameter to 'All'. This enables so-called Clean URLs to be used for the REST services, i.e. without ?q= syntax.
  • In the PHP configuration file php.ini, set memory_limit = 128M.