Changes between Version 6 and Version 7 of Installing MediaMosa

Show
Ignore:
Timestamp:
02/28/11 17:03:17 (2 years ago)
Author:
forgacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing MediaMosa

    v6 v7  
    3737 * 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. 
    3838 * In the PHP configuration file php.ini, set memory_limit = 128M. 
     39 
     40== Cron == 
     41Set up your cron. The cron will be used trigger MediaMosa every minute for background jobs. The setup for cron is required for MediaMosa to run properly. 
     42 
     43Modify your cron using crontab: 
     44 * crontab -e 
     45 * Add this line at the bottom: 
     46 * '* * * * * /usr/bin/wget -O - -q -t 1 --header="Host: your-host-name" !http://localhost/cron.php?cron_key=your-cron-key 
     47 * You can check your cron key on this page: admin/reports/status