You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear RDMO Team, is there the option for a direct version related download of the RDMO App like for the source code. For now I can only download the actual version of the RDMO app but for testing and version freeze it would be better to implement the version selective URL in my Dockerfile.
Hi @T-Herrmann-WI , the rdmo-app is usually cloned and then maintained independently (i.e. forked), since it containes the local configuration. We rarely change something, and if, we communicate that when a new version of rdmo is released. So the easiest way for you is to fork rdmo-app here on GitHub.
The main branch of rdmo does not contain the compiled front end assets (js, css) so if you use this zip file you need to run npm and webpack yourself. Alternatevely you can use the PyPI release (https://pypi.org/project/rdmo/#files) or just install it via pip.
Dear RDMO Team, is there the option for a direct version related download of the RDMO App like for the source code. For now I can only download the actual version of the RDMO app but for testing and version freeze it would be better to implement the version selective URL in my Dockerfile.
RDMO App Download URL for actual version: https://github.com/rdmorganiser/rdmo-app/archive/refs/heads/main.zip
RDMO App Download URL for specific version: xxxxxx ?
Thank you.
Tim Herrmann
The text was updated successfully, but these errors were encountered: