Best way to update standalone version?
Posted: 05 Mar 2016, 13:31
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:
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?
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