Help | Update RPMS - markbaaijens/rpmusicserver GitHub Wiki
You can update your RPMS-server on several ways:
- by the web-interface:
- Under Home, Version, click on the Update-button
- by ssh on rpms:
ssh pi@rpmssudo update-rpms
- by a command:
curl rpms:5000/api/DoUpdateRpms -X post
Note. Update is disabled when there is no newer version found.
Note. For developer-purposes, you might want to update from the development-branch, to have the latest-and-greatest version of RPMS. Beware that this might be unstable, so use with caution! See Update from another git branch for details.