Page 1 of 1

Best way to update standalone version?

Posted: 05 Mar 2016, 13:31
by garyo
I've been running 6.0 standalone on a Linux box for a while now, loving Madsonic. About to move to 6.1. Here's how I usually update to new versions:

Code: Select all

cd ~/madsonic
wget http://...-standalone.tar.gz
cd /var/madsonic
sudo tar zxvf ~/madsonic/...-standalone.tar.gz
kill madsonic procs manually
sudo service madsonic restart
This works fine; it updates the war/jar files and gives me the new HTML UI (love that) and so on. But I don't think it updates ffmpeg or other dependencies, right? What's the "best practices" way to fully update standalone Madsonic on a Linux server?

Re: Best way to update standalone version?

Posted: 12 Mar 2016, 10:59
by sIRwa2
there is an script that can do that for you.

hope it is of help.

http://forum.madsonic.org/viewtopic.php?f=29&t=11