/[drupal]/contributions/profiles/filmforge/INSTALL.txt
ViewVC logotype

Diff of /contributions/profiles/filmforge/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.4.1 by tatien, Tue Aug 28 23:29:47 2007 UTC revision 1.1.4.2 by tatien, Tue Aug 28 23:59:29 2007 UTC
# Line 0  Line 1 
1    1) Get Drupal 5
2    
3    Get the latest version of Drupal from the Drupal website: http://drupal.org. Follow the instructions from the INSTALL.txt file but do not run the install.php script yet.
4    
5    2) Get necessary modules
6    
7    Here is the list of modules that need to be installed:
8    
9        * cck
10        * date
11        * votingapi_field
12        * image
13        * image_attach
14        * creativecommons_lite
15        * i18n
16        * autolocale
17        * date_api
18        * diff
19        * panels
20        * pathauto
21        * pearwiki_filter
22        * recent_changes
23        * wikitools
24        * tagadelic
25        * video
26        * views
27        * nodecloud
28        * fivestar
29        * votingapi
30    
31    3) Install FFPMEG
32    
33    *IMPORTANT*: FFMPEG helper being activated by default in the install profile, a wrong configuration of FFMPEG will result in problems on your Filmforge install.
34    
35    FFMPEG can be downloaded from the site: http://ffmpeg.mplayerhq.hu
36    
37    In order to use the FFMPEG helper you need to install FFMPEG on your server. The default path is '/usr/bin/ffmpeg' but you can change it in the filmforge.profile file by setting the 'video_ffmpeg_helper_ffmpeg_path' variable: variable_set('video_ffmpeg_helper_ffmpeg_path', '/path/to/ffmpeg');
38    
39    4) Install Flow Player
40    
41    Flow Player can be downloaded from the site: http://flowplayer.org
42    
43    Place the file ?FlowPlayer.swf at the website's root or, alternatively, set the path to the file by changing the variable 'video_flvplayerloader' in the filmforge.profile file. variable_set('video_flvplayerloader', 'path/to/FlowPlayer.swf');
44    
45    The variable 'video_flvplayerloader_fullscreen' needs to be set to the URL pointing to the fullscreen.js file, available as part of the ?FlowPlayer package. variable_set('video_flvplayerloader_fullscreen', 'http://myfilmforgesite.net/fullscreen.js');
46    
47    5) Run install profile
48    
49    Run the install.php script with the filmforge profile ie. http;//myfilmforgesite.net/install.php?profile=filmforge

Legend:
Removed from v.1.1.4.1  
changed lines
  Added in v.1.1.4.2

  ViewVC Help
Powered by ViewVC 1.1.3