Volumio UI Update/Install script.

Wasn’t really sure where I should put this, so feel free to move it to a more suitable forum!

I think a few problems arise when people are not using the up to date Volumio UI from the git hub. This is just a quick draft written by a relative Linux newbie so I’m sure the more experienced members will chime in and improve it. But, here we go. Simply copy this text to a file on your Volumio OS, make it executable with ‘sudo chmod 777 FILENAME’ and run with ‘sudo ./FILENAME’ to update your Web UI.

echo "$(tput setaf 1)[+] Updating system...$(tput sgr 0)"
apt-get -y update; apt-get -y upgrade
echo "$(tput setaf 1)[+] Installing Git$(tput sgr 0)"
#install git
apt-get -y install git-core

echo "$(tput setaf 1)[+] Cloning Volumio from github$(tput sgr 0)"
#git clone the Volumio-WEBUI into our nginx webserver directory
rm -rf /var/www
git clone https://github.com/volumio/Volumio-WebUI.git /var/www

echo "$(tput setaf 1)[+] Setting permissions and copying config files$(tput sgr 0)"
chmod 775 /var/www/_OS_SETTINGS/etc/rc.local
chmod 755 /var/www/_OS_SETTINGS/etc/php5/mods-available/apc.ini
chmod -R 777 /var/www/command/
chmod -R 777 /var/www/db/
chmod -R 777 /var/www/inc/

#copy relevant configuration files, preserving permissions
cp -arp /var/www/_OS_SETTINGS/etc /

#optionally remove git just to clean things up.
#apt-get -y remove git-core
echo "$(tput setaf 1)[+] All done! please reboot with sudo reboot$(tput sgr 0)"

then run ‘sudo reboot’ just to be sure and your new Web-UI will be up and running.

Bumping this for a bit more exposure! :wink:

1 Like

Amazing! I’ll integrate this function into the webui… Just have to find a way to ensure this updates also the binaries to the right version…

Only one word: wow !!!
Michelangelo - integrade this.

Karsten

THX for the updatescipt ebsy!
I installed your script. the update worked fine… how to find out if the current version of volumio (beta1.2) is installed?
if I go to the webgui --> creditspage -->

Here I find:
Volumio project
release version: Beta1.1
Michelangelo Guarise
project founder - OS image build/customization
Daniele Busciantella Ricci (aka Buscia)
Volumio Logo design

is this correct?

greets
arakis

Hi all,

I update my webui using this script however I noticed that even after I do a library update it still shows empty. Randomly the “webradio” folder appears but most of the time its blank. Any help or suggestions would be great. I installed version 1.41 on a Pi B+ and then ran the script.

Garrett

Is this integrated yet?

is included in volumio 1.5 (about to release)

>>> Want to buy with Discount? CLICK HERE! <<<

RELATED SEARCHES:

zhotel.gr/el/forum/user/3679-tolikkk
humour.fr/videos/sarkonnerie … scade.html
samsound.fr/en/livre_dor.php
mperes.com.br/forum/3-suggestion … tml#230795
meridian-tur.ru/competition/3/85.html
dev.hydes.in/analytix1/kunena-20 … on#1546665
clubswami.com/blog/novyy-god-0?p … ent-408007
pryanikovand.ru/blog/otzyv-o-nas … rodukciya/
o-ucoze.ru/forum/55-42223-3#204673
bebetortore.com/content/05commun … ew&b_num=7
streetview.cz/sv/Havirska-6%252C-Praha/
indogerman-trade.com/index.p … ript#41021
vladtcmk.vtc.ru/index.php/forum2 … -rx#732626
guolin-qigong-schweiz.ch/guestbook.php
sibregionservice.ru/index.php/ku … tion#27375
web.aeath.gr/labornodiscr/index. … -rx#606355
drsantiagomoreno.com/index.php/f … ded#354256
terasense.com/forum/topic/buying … postid-217
kmfl.pl/forum/viewtopic.php?f=3&t=85839
nskfitness.ru/mesta.php?id=37
ziemianatony.pl/index.php/forum/ … ivery#2714
drsantiagomoreno.com/index.php/f … 56-tolikkk
beconected.com/stati/kakie-funkc … ment-83442
kielce.viva.org.pl/apel-kosmit%C … ent-584512
solidcaseshop.com/Deluxe-Keyboar … 17956.html
mad-wheels.ru/zamki/zamok-velo-a … discussion
tunt.androids.lv/infnews/24420.html?page=23
modeti.ru/forums/vospitanie-dete … omment-730
tohosomnia.net/forums/index.php? … ntry130773
tnavr.com/forum/viewtopic.php?f=1&t=584935
e-okna.kz/chem-tak-xoroshi-pvx-okna/
mdizajn.pl/blog/13/santa-cla … g-to-town/
indogerman-trade.com/index.p … tion#41029
nou-nascuti.ro/informatii-ut … lesti.html
zhotel.gr/el/forum/welcome-mat/9 … ired#99605

1 Like