rdmorganiser / rdmo-app

Apache License 2.0
2 stars 17 forks source link

Direct Version Download URL #19

Open T-Herrmann-WI opened 6 months ago

T-Herrmann-WI commented 6 months ago

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 commented 6 months ago

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 commented 6 months ago

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