Login to Shell useing PuTTY or another product. Then type:
Type:Code:cd /home/yourusername/
This will download shoutcast to your home directory.
Then type:
This will untar the file you just downloadedCode:tar -zxvf shoutcast-1-9-2-linux-glibc6.tar.gz
Type:
This will delete the tar file you just downloaded.Code:rm -rf shoutcast-1-9-2-linux-glibc6.tar.gz
Type@
This will move the files you just untared to a directory called shoutcast.Code:mv shoutcast-1-9-2-linux-glibc6 shoutcast
Type:
This will move you to the Shoutcast directory.Code:cd shoutcast
Then open up sc_serv.conf and edit: MaxUser, Password, and BasePort. Also uncomment admin pass (By removeing the space and the #) and put a diffrent password in there. Save and upload the file. NOTE: If your server supports it you can type:
To edit the file without downloading it. Then to save type Ctrl+O and hit return.Code:pico sc_serv.conf
To run shoutcast type:
NOTE: You MUST be in the shoutcast directory.Code:./sc_serv sc_serv.conf
Also to keep the shoutcast server up and running make a cron job for about evey 5 mins:
Replace /pathtoscservdir with the path to your shoutcast folder.Code:#!/bin/bash if [ "`/sbin/pidof /pathtoscservdir/sc_serv`" == "" ]; then nohup /pathtoscservdir/sc_serv /pathtoscservdir/sc_serv.conf & fi
If you get a error about the port being used, edit the sc_serv.conf file to change the port.
If you need any more help please post below.
Thanks,
Tom






Reply With Quote



Lol

