Webmbased Music Jukebox v0.1-devel1

This version is very expirimental.
This documentation is very expirimental too :)
Use everything at your own risk.

Please check the CHANGELOG for the changed features and functionality.


Requirements:

- amp (tested with version 0.7.6)
     If you don't have AMP you can download the source from our website.
- PHP4 + the PHP4 shell binary! (tested with version 4.0.6)
     PHP must be compiled with MySQL and session-support.
- MySQL (tested with version 3.23.41)
- apache (tested with version 1.3.20)
- killall (tested with version 20.1)
- /dev/dsp and /dev/mixer (a soundcard)
     !! both /dev's should be mode 666 !! (see or run install.sh)

Our development system runs a very default linux Red Hat 7.2 (Enigma) 
installation with all the above packages (and version numbers) installed.


Installation:

Method 1:

1. run 'install.sh' it does everything mentioned below.
2. Start your browser (with CSS support) and enjoy.
3. Check http://wmj.sourceforge.net (very) often for updates.
 
Method 2:

1. Just copy all the files to the docroot (by default '/var/www/html' on a 
     Red Hat installation).
2. Copy the 'config.distr.php' file to 'config.php' and check and edit the file.
3. Run (or read) the 'install/createdb.sh' file for creating a MySQL database.
     Make sure the same values are used as in the config-file.
4. Check your /dev/dsp and /dev/mixer if they are mode 666 or run 'devmode.sh'
     from the install directory. MAKE SURE that the mode 666 stays after a 
     reboot.
5. Start your browser (with CSS support) and enjoy.
6. Check http://wmj.sourceforge.net (very) often for updates.

We hope you enjoy our creation.

Have fun.

Arjan & Martin