Changes between Version 6 and Version 7 of Installing MediaMosa
- Timestamp:
- 02/28/11 17:03:17 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installing MediaMosa
v6 v7 37 37 * 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. 38 38 * In the PHP configuration file php.ini, set memory_limit = 128M. 39 40 == Cron == 41 Set 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 43 Modify 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
