comses / miracle

Repeatable data analysis workflows for computational models
1 stars 3 forks source link

split docker images into separate repositories #21

Closed alee closed 8 years ago

alee commented 8 years ago

Can still include them as submodules in the miracle repo with docker-compose but I think I agree with @warmdev that it's cleaner if they are in their own repo. @cpritcha want to work on this sometime after CCS '15 is over?

Discussion welcome though if you think it's still better to keep them tightly coupled.

cpritcha commented 8 years ago

Submodules sound good with me. I think we should have a new repo then with the docker compose file and any deployment and system administration (database and file system backup code) associated tasks there. Then the django webserver, deployr and radiant would be submodules.

cpritcha commented 8 years ago

Some things are difficult to split apart though. It would be hard to test deployr and radiant separately because we need the code to process and extract the relevant project information.