Windows
Windowsでは、インストール場所を決定したフォルダを使用してインストーラを実行し、ドキュメントをインストールするオプションがチェックされていることを確認する必要があります。 これを行うと、インストーラに含まれ、このガイドの後の段階で参照されているドキュメントと設定ファイルの例がインストールされます。
注:Windows7以降を使用している場合は、設定ファイルを保存および編集したり、ログファイルを保存したりできる場所にインストールしてください。
“Program Files”フォルダはデフォルトではこれを許可していないので、別のフォルダにインストールするか、Shoutcastフォルダの権限を編集して書き込み機能を持って
Linux
Linuxバージョンは32ビット版と64ビット版の両方で提供されています。 お使いのオペレーティングシステムに対応するバージョンをダウンロードする必要があります。
1. Shoutcast serverを実行するためのユーザーの作成
adduser shoutcast
2. Change to the newly created user's home directory:
cd /home/shoutcast
3. Create a directory for Shoutcast Server:
mkdir scserver
4. Change to the newly created user's home directory:
Download the latest version for shoutcast server via
http://www.shoutcast.com/BroadcastNow
5. Extract the archive to the new directory (eg using tar -xzf command)
6. Within scserver you need to create two more directories: control and logs
mkdir control
mkdir logs
6. Change the directory ownership to your shoutcast user
chown -R shoutcast.shoutcast /home/shoutcast/scserver
The Shoutcast Server software is now installed