2
edits
Note: Currently new registrations are closed, if you want an account Contact us
(→User Visible Services: riot-web updation) |
|||
Line 195: | Line 195: | ||
=== Riot-web Updation === | === Riot-web Updation === | ||
https://chat.poddery.com/#/welcome | https://chat.poddery.com/#/welcome | ||
Backup current riot-web folder | Backup current riot-web folder from riot to riot-backup | ||
./ | wget https://github.com/vector-im/riot-web/releases/download/v1.0.1/riot-v1.0.1.tar.gz | ||
Transfer the old config.json,home.html,home-status.html | tar -xvf riot-v1.01.tar.gz | ||
cp -r riot-v1.0.1/* /var/www/riot/ | |||
rm -rf ./riot-v1.0.1* | |||
Transfer the old config.json,home.html,home-status.html from riot-backup to /var/www/riot/ | |||
systemctl restart nginx | systemctl restart nginx | ||
edits