Created
August 6, 2010 00:33
-
-
Save omega8cc/510639 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.7.9) into the new directory: | |
cd sites/all/libraries/getid3 | |
wget "http://downloads.sourceforge.net/project/getid3/getID3%28%29%201.x/1.7.9/getid3-1.7.9.zip" | |
4. Unzip the contents of the zip file into sites/all/modules/getid3/ so that | |
write.php is located in sites/all/libraries/getid3/getid3/: | |
unzip getid3-1.7.9.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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment