How to install subsonic on DNS-320
Posted: Tue Dec 20, 2011 1:28 pm
A. Install SQUEEZE on dns -320
1. Download all necessary files:
How to: http://www.megaupload.com/?d=Q7TTJRUG
Squeeze: http://www.megaupload.com/?d=5823T7NX
Putty: http://www.chiark.greenend.org.uk/~sgta ... nload.html
2. Copy fun_plug + fun_plug.tgz + fun_plug.debian + squeeze.tar.gz into Volume_1
3. Restart NAS
4. Install and run Putty with telnet connexion
Specify the destination you want to connect to:
Host name (or ip adress): 192.168.0.5 for example
Port 23
Connexion type Telnet
Click Open
5.
# cd /mnt/HD/HD_a2
# gunzip squeeze.tar.gz
# tar -xf squeeze.tar
6. Delete fun_plug and squeeze.tar and rename fun_plug.debian to fun_plug
7. restart NAS
8. Connect to ssh via putty
id : root
pass:dlink
#passwd for change password
9. update and upgrade distribution:
#aptitude update && aptitude upgrade
B. Install SUBSONIC
1. Connect to ssh via putty
2.
#aptitude install openjdk-6-jre
#cd /tmp
#wget 'http://sourceforge.net/projects/subsonic/files/subsonic/4.6/subsonic-4.6.deb' -O ./subsonic-4.6.deb
#dpkg -i subsonic-4.6.deb
#aptitude install lame flac faad vorbis-tools ffmpeg
#/etc/init.d/subsonic restart
3. add autostart
#nano /boot/linuxrc
and add this!:
/etc/init.d/subsonic restart
4.Subsonic is now installed,
nano /etc/default/subsonic for edit subsonic config
5. Verify subsonic is ok:
http://ip.server:4040 work!
Enjoy
1. Download all necessary files:
How to: http://www.megaupload.com/?d=Q7TTJRUG
Squeeze: http://www.megaupload.com/?d=5823T7NX
Putty: http://www.chiark.greenend.org.uk/~sgta ... nload.html
2. Copy fun_plug + fun_plug.tgz + fun_plug.debian + squeeze.tar.gz into Volume_1
3. Restart NAS
4. Install and run Putty with telnet connexion
Specify the destination you want to connect to:
Host name (or ip adress): 192.168.0.5 for example
Port 23
Connexion type Telnet
Click Open
5.
# cd /mnt/HD/HD_a2
# gunzip squeeze.tar.gz
# tar -xf squeeze.tar
6. Delete fun_plug and squeeze.tar and rename fun_plug.debian to fun_plug
7. restart NAS
8. Connect to ssh via putty
id : root
pass:dlink
#passwd for change password
9. update and upgrade distribution:
#aptitude update && aptitude upgrade
B. Install SUBSONIC
1. Connect to ssh via putty
2.
#aptitude install openjdk-6-jre
#cd /tmp
#wget 'http://sourceforge.net/projects/subsonic/files/subsonic/4.6/subsonic-4.6.deb' -O ./subsonic-4.6.deb
#dpkg -i subsonic-4.6.deb
#aptitude install lame flac faad vorbis-tools ffmpeg
#/etc/init.d/subsonic restart
3. add autostart
#nano /boot/linuxrc
and add this!:
/etc/init.d/subsonic restart
4.Subsonic is now installed,
nano /etc/default/subsonic for edit subsonic config
5. Verify subsonic is ok:
http://ip.server:4040 work!
Enjoy