rdmorganiser / rdmo-docker-compose

RDMO running in different docker images held together by docker compose
Apache License 2.0
3 stars 12 forks source link

Add development branch for the latest development version of RDMO #13

Closed m6121 closed 2 years ago

m6121 commented 2 years ago

For users testing the latest development version such as for RDMO v1.6 it would be very helpful to have a corresponding dev branch for this docker-compose setup that installs the development branch of RDMO including the corresponding dependencies. We would be happy to contribute these adjustments.

Furthermore, the following might be adjusted:

m6121 commented 2 years ago

As proposed above I created a dev branch in my fork that I would be happy to contribute with a PR: https://github.com/m6121/rdmo-docker-compose/tree/dev

This branch includes the installation of the latest RC of rdmo and the following changes:

I also introduced additional variables in the dev branch for:

triole commented 2 years ago

Hi, I made a branch inside the rdmo repo which basically consists of your pull request. The are only a few tiny changes I made.

I added a switch which allows to define an RDMO_INSTALLATION_URL in the variables.env. This setting makes it possible to switch between installing from pip or installing from github. That's because I'd like to avoid maintaining two different branches in the future. So although this setting should be used with caution, which by the way is why it wasn't added already, it seems to make sense for testing rdmo release candidates.

https://github.com/rdmorganiser/rdmo-docker-compose/tree/m6121-dev

m6121 commented 2 years ago

Hi @triole,

this looks great. Thanks for the additional changes and thanks for creating the branch. As the variable you inserted allows to easily switch between dev/prod in the local variables file, a dedicated dev branch might not be needed if the changes are also in the master branch.

Best regards, Max