FNNDSC / ChRIS_ultron_backEnd

Backend for ChRIS
https://fnndsc.github.io/ChRIS_ultron_backEnd
MIT License
31 stars 100 forks source link

git submodule miniChRIS-docker, miniChRIS-podman, and charts to proper directory-names. #552

Open chhsiao1981 opened 5 months ago

chhsiao1981 commented 5 months ago

make.sh is a 1990s-style deployment setup.

In addition, I don't think it's good to put several .sh in the root-dir.

Thanks to @jennydaman's modern deployment setup in

miniChRIS-docker miniChRIS-podman charts

Perhaps we can:

I understand that we do want to have some simple bash-scripts for deployment. I would propose to have these scripts in deploy/:

jennydaman commented 5 months ago

Hi @chhsiao1981 100% agree that ./make.sh should be rewritten for the modern era.

The various ways to run ChRIS are described here. https://chrisproject.org/docs/run

tl;dr ./make.sh is for backend development only, and primarily used by @jbernal0019 himself. The other methods: miniChRIS-docker, miniChRIS-podman, charts, and the documentation you find on https://chrisproject.org/docs, are suitable for "general users" and maintained by me.