aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt17
1 files changed, 4 insertions, 13 deletions
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