Friday, July 4, 2014

How to Install Subsonic 4.7 on Ubuntu 13.04, 12.10, 12.04

Features:
  • Enjoy your music and movies no matter where you are. Share with family and friends.
  • Browse and manage your media collection with the user-friendly web interface.
  • Stream music to Android, iPhone and Windows Phone.
  • Subsonic apps available for Roku, BlackBerry Playbook and many more.
  • Convert and stream lossless music on the fly.
  • Manage 100,000+ files in your music collection without hassle.
  • Download and listen to Podcasts.
  • Get cover art, lyrics, reviews and other album info from Google, Chartlyrics, allmusic and Wikipedia.

Install Subsonic:

The official website provides the DEB installer for Ubuntu users. It can be download by clicking the below link:


Start by updating the system

sudo apt-get update
sudo apt-get upgrade

Install Oracle Java 7

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
Install Subsonic


#debian
wget http://heanet.dl.sourceforge.net/project/subsonic/subsonic/4.7/subsonic-4.7.deb
sudo dpkg -i subsonic-4.8.deb
sudo service subsonic stop

change to file
# vim /etc/default/subsonic

SUBSONIC_USER=horoppa


#sudo service subsonic restart

and go to url http://yourhostname:4040


0 comments: