From 72f7b7109d1cdf3ec1f5fb022170dedc8c9dc5e1 Mon Sep 17 00:00:00 2001 From: Heshan Date: Fri, 4 Mar 2011 23:20:28 +0530 Subject: Creating presets which can be exported with features, chostools and move subsidary module to modules directory --- INSTALL.txt | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'INSTALL.txt') diff --git a/INSTALL.txt b/INSTALL.txt index 167a268..c825a48 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,11 +1,6 @@ REQUIREMENTS ------------------------------------- -Required : - CCK Module. - Filefield Module. - - +------------ INSTALL INSTRUCTIONS FOR VIDEO.MODULE ------------------------------------- @@ -36,8 +31,8 @@ writable by the webserver or the user executling the cron job) The crontab should look something like this: - # m h dom mon dow user command - */20 * * * * www-data cd /absolute/path/to/drupal/ ; php video_scheduler.php http://www.example.com/path_to_drupal + # m h dom mon dow command + */20 * * * * cd /absolute/path/to/drupal/ ; php video_scheduler.php http://www.example.com/path_to_drupal This will execute the video_scheduler every 20 minutes. @@ -57,8 +52,4 @@ have a look at them if you are experiencing problems with transcoding. The ffmpeg puts in the drupal logs the commands it was trying to execute. You might try to rerun them on a command shell in order understand what went wrong. -Or contact a Drupal developer - - - - +Or contact a Drupal developer \ No newline at end of file -- cgit v1.2.3