Best way to update standalone version?

Need help? Post your questions here.
garyo
Posts: 51
Joined: 10 Sep 2015, 01:47
Has thanked: 8 times
Been thanked: 17 times

Best way to update standalone version?

Unread post 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?
sIRwa2
Posts: 13
Joined: 29 Oct 2013, 07:01
Has thanked: 1 time
Been thanked: 6 times

Re: Best way to update standalone version?

Unread post 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
Post Reply