Below you will find the instructions to update your RuneUI to the latest version available on GitHub.
HOW TO UPDATE FROM THE UI
Go to the DEV page:
http://runeaudio.local/dev
1) activate the Dev Mode (in the DevTeam functions section)
2) click on the gitpull button (in the System commands section)
HOW TO UPDATE FROM THE CLI (manual alternative)
- Code: Select all
cd /var/www
git pull
curl -s -X GET 'http://localhost/clear'
REFRESH THE BROWSER CACHE
This manual action is needed when static assets resources (like Javascript and CSS files) are included in the update.
You need to hard-refresh the browser cache to see the updated files - in most cases a CTRL+F5 keypress will do the job.