Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct Version Download URL #19

Open
T-Herrmann-WI opened this issue Apr 10, 2024 · 2 comments
Open

Direct Version Download URL #19

T-Herrmann-WI opened this issue Apr 10, 2024 · 2 comments

Comments

@T-Herrmann-WI
Copy link

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

@jochenklar
Copy link
Member

jochenklar commented Apr 10, 2024

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.

@T-Herrmann-WI
Copy link
Author

Dear jochenklar, thank you for this info. I will try the pip way installation with rdmo==2.1.2 Version fix. Best Tim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants