| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 INSTALL 2 ------- 3 1. Place the entire getid3 directory into your modules directory 4 (sites/all/modules is the usual location). 5 2. Create a new folder for the getID3 library at: 6 cd YOUR-DRUPAL-ROOT 7 mkdir -p sites/all/libraries/getid3 8 3. Go to http://www.getid3.org/ and download the latest stable version 9 (currently 1.7.9) into the new directory: 10 cd sites/all/libraries/getid3 11 wget "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/1.7.9/getid3-1.7.9.zip" 12 4. Unzip the contents of the zip file into sites/all/libraries/getid3/ so that 13 write.php is located in sites/all/libraries/getid3/getid3/: 14 unzip getid3-1.7.9.zip 15 5. Delete the demos directory: 16 rm -r demos/ 17 6. Go to Administer > Site building > Modules and enable the GetID3 module. 18 7. Go to Administer > Settings > getID3. If you see the version you just 19 downloaded, the module is installed correctly.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |