You are here

INSTALL.txt in getID3() 8

Same filename and directory in other branches
  1. 5 INSTALL.txt
  2. 6 INSTALL.txt
  3. 7.2 INSTALL.txt
  4. 7 INSTALL.txt
INSTALL
-------
1. Place the entire getid3 directory into your modules directory
   (modules is the usual location).
2. Create a new folder for the getID3 library at:
     cd YOUR-DRUPAL-ROOT
     mkdir -p libraries/getid3
3. Go to http://www.getid3.org/ and download the latest stable version
   (currently 1.9.9) into the new directory:
     cd libraries/getid3
     wget "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/1.9.9/getID3-1.9.9-20141218.zip"
4. Unzip the contents of the zip file into libraries/getid3/ so that
   write.php is located in libraries/getid3/getid3/:
     unzip getID3-1.9.9-20141218.zip
5. Delete the demos directory:
     rm -r demos/
6. Go to Dashboard > Modules and enable the GetID3 module.
7. Go to Dashboard > Configuration > Media > 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. (modules is the usual location).
  5. 2. Create a new folder for the getID3 library at:
  6. cd YOUR-DRUPAL-ROOT
  7. mkdir -p libraries/getid3
  8. 3. Go to http://www.getid3.org/ and download the latest stable version
  9. (currently 1.9.9) into the new directory:
  10. cd libraries/getid3
  11. wget "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/1.9.9/getID3-1.9.9-20141218.zip"
  12. 4. Unzip the contents of the zip file into libraries/getid3/ so that
  13. write.php is located in libraries/getid3/getid3/:
  14. unzip getID3-1.9.9-20141218.zip
  15. 5. Delete the demos directory:
  16. rm -r demos/
  17. 6. Go to Dashboard > Modules and enable the GetID3 module.
  18. 7. Go to Dashboard > Configuration > Media > getID3. If you see the version you
  19. just downloaded, the module is installed correctly.