Index: openacs-4/contrib/obsolete-packages/mp3-jukebox/www/doc/index.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/mp3-jukebox/www/doc/index.html,v diff -u -N -r1.1 -r1.2 --- openacs-4/contrib/obsolete-packages/mp3-jukebox/www/doc/index.html 17 Oct 2001 19:44:08 -0000 1.1 +++ openacs-4/contrib/obsolete-packages/mp3-jukebox/www/doc/index.html 18 Oct 2001 10:17:52 -0000 1.2 @@ -27,6 +27,11 @@ After downloading this package and mounting it on the site-map, the administrator needs to do a few things before the package will work:
    +
  1. If you don't have it already, install the perl CPAN module; "MPEG::MP3Info" (as root): +
    +# perl -MCPAN -e shell
    +cpan> install MPEG::MP3Info
    +
  2. Create a staging directory for your MP3s. This directory should be world writeable. Users will place MP3s here to be scanned. We usually call it '/var/shared/mp3s'.
  3. Create a final destination for your MP3s. Only nsadmin needs to be able to read / write here. This creates a semi-clean directory where the MP3s are kept, separate from the craziness of a world writeable directory. We usually place it in the servers hierarchy, but NOT in the package's directory. Currently, our final destination directory is '/web/servername/mp3_files'.
  4. Edit the parameters for your application, and set 'MP3StagingLocation' to your staging directory's location.