You are here

INSTALL.txt in getID3() 7.2

Same filename and directory in other branches
  1. 8 INSTALL.txt
  2. 5 INSTALL.txt
  3. 6 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. Go to http://www.getid3.org/ and download the latest stable version
     Example: wget "http://sourceforge.net/projects/getid3/files/getID3%28%29%201.x/1.9.9/getID3-1.9.9-20141218.zip/download"
3. Unzip the contents of the zip file into sites/all/libraries/getid3
     unzip getID3-1.9.9-20141218.zip
     mv getID3-1.9.9 /path/to/drupal/sites/all/libraries/getid3
4. Delete the demos directory:
     rm -r demos/
5. Go to Dashboard > Modules and enable the GetID3 module.
6. Review status report page to ensure library detected properly.

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. Go to http://www.getid3.org/ and download the latest stable version
  6. Example: wget "http://sourceforge.net/projects/getid3/files/getID3%28%29%201.x/1.9.9/getID3-1.9.9-20141218.zip/download"
  7. 3. Unzip the contents of the zip file into sites/all/libraries/getid3
  8. unzip getID3-1.9.9-20141218.zip
  9. mv getID3-1.9.9 /path/to/drupal/sites/all/libraries/getid3
  10. 4. Delete the demos directory:
  11. rm -r demos/
  12. 5. Go to Dashboard > Modules and enable the GetID3 module.
  13. 6. Review status report page to ensure library detected properly.