Humanity

Edit the world by your favorite way

SubsonicをDebianにインストール

正確に言えばDebian squeezeのLinuxコンテナ上にインストール。
だけどまぁ違いはないと思うので。
というか公式サイトに手順書いてあるのでメモ。

This installation option applies to Debian Linux, including Ubuntu.

First, install Java: sudo apt-get install openjdk-6-jre
Download the Subsonic .deb package and install it: sudo dpkg -i subsonic-x.x.deb

Notice that the installer configures your system to start Subsonic automatically when booting. After installing, open the Subsonic web page on http://localhost:4040.

Subsonic

というわけで

# apt-get install openjdk-6-jre
# dpkg -i subsonic-x.x.deb # ダウンロードしてきた.debをインストール
# apt-get install sysv-rc-conf -y
# sysv-rc-conf subsonic on

で終了。簡単。


自分の場合はNASNFSマウントしてそこを参照するようにした。
lameとか入れれば自動エンコーディングとかもできるようになるらしい。
そこらへんのもっと詳しい手順は以下を参照。
さくらのVPSとSubsonicでiTunesをゴミ箱にダンクシュートした - 甘味志向@はてな