You are here

INSTALL.txt in getID3() 6

Same filename and directory in other branches
  1. 8 INSTALL.txt
  2. 5 INSTALL.txt
  3. 7.2 INSTALL.txt
  4. 7 INSTALL.txt
INSTALL
-------
1. Place the entire getid3 directory into your modules directory
   (sites/all/modules is the usual location).
2. Create a new folder for the getID3 library at:
     cd YOUR-DRUPAL-ROOT
     mkdir -p sites/all/libraries/getid3
3. Go to http://www.getid3.org/ and download the latest stable version
   (currently 1.8.2) into the new directory:
     cd sites/all/libraries/getid3
     wget "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/1.8.2/getid3-1.8.2-20101206.zip"
4. Unzip the contents of the zip file into sites/all/libraries/getid3/ so that
   write.php is located in sites/all/libraries/getid3/getid3/:
     unzip getid3-1.8.2.zip
5. Delete the demos directory:
     rm -r demos/
6. Go to Administer > Site building > Modules and enable the GetID3 module.
7. Go to Administer > Settings > getID3. If you see the version you just
   downloaded, the module is installed correctly.

File

INSTALL.txt
View source
  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.8.2) into the new directory:
  10. cd sites/all/libraries/getid3
  11. wget "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/1.8.2/getid3-1.8.2-20101206.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.8.2.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.