It is very simple to install the stand alone version.
1. Download the subsonic standalone install (subsonic-x.x-standalone.tar.gz where x.x is the version number) and extract the file (winrar will do this for you) to your desired location. For example c:\subsonic.
2. Open the subsonic.bat file using notepad and change the line
- Code: Select all
set SUBSONIC_HOME=c:\subsonic
e.g. so that SUBSONIC_HOME is set to the directory you extracted the stand-alone install to. e.g. If I extracted to d:\program files\subsonic then my line in subsonic.bar should read
- Code: Select all
set SUBSONIC_HOME=d:\program files\subsonic
3. Set the desired port, by default this is set to 4040 by changing the line
- Code: Select all
set SUBSONIC_PORT=4040
. Port 80 is a common choice as this is the default web port.
4. Make sure you have the Java SDK installed.
5. Create a directory called
- Code: Select all
transcode
in the directory you installed subsonic and install the transcoders from the
transcoder package available on the subsonic site into the transcode directory
6. Start subsonic.bat by double clicking on it. Alternatively run cmd.exd from windows and type
- Code: Select all
c:\subsonic\subsonic.bat
where c:\subsonic\ is the path to where you installed subsonic.
Subsonic should now be accessible via
http://localhost:[port] e.g.
http://localhost:4040
And that's it. Simple!