SLIMP3 CVS GUIDE FOR WINDOWS USERS ---------------------------------- Author: Michael Kongedam A guide to installing and using the CVS system to get the latest development version of the SLIMP3 server software with all the cool features! Programs to get and install --------------------------- * TortoiseCVS: http://prdownloads.sourceforge.net/tortoisecvs/TortoiseCVS-1-2-2.exe?use_mirror=belnet * Active Perl: http://downloads.activestate.com/ActivePerl/Windows/5.8/ActivePerl-.8.0.805-MSWin32-x86.msi * FireDaemon http://www.firedaemon.com/ Instructions ------------ 1. Install all 3 programs. 2. Create a directory called "C:\CVS". 3. Change into the new directory. 4. Right click, select CVS checkout. 5. Configuration of TortoiseCVS: CVSROOT :pserver:anonymous@cvs.sourceforge.net:/cvsroot/slimp3 MODULE slimp3/server 6. Click "OK" and TortoiseCVS will get the newest CVS files for the SLIMP3 Server. 7. Start the server by typing C:\CVS\slimp3\server\slimp3.pl 8. Now the server starts, type the URL in your web browser to configure the SLIMP3 Server. 9. Go to your "C:\CVS\slimp3\server" directory. 10. Create a file called "slimp3.bat" with one line as follows: slimp3.pl 11. Install the Firedaemon program. 12. Run the Firedaemon program, go to the Service->New menu and fill in the following fields: Short name: SLIMP3 Display name: SLIMP3 Server Description: CVS updated SLIMP3 server Console application: x Working Directory: C:\CVS\slimp3\server Executable: C:\CVS\slimp3\server\slimp3.bat Parameters: Startup time: 3000 12. Press install to allow Firedaemon to configure your SLIMP3 daemon. That's all folks!