Actions
Kelda¶
The https://kelda.io folks did an initial Arvados 'port'.
Current status:¶
- ephemeral Arvados installation in the cloud (AWS/GCP/Digital Ocean) in ~5 minutes, with a few manual steps
Latest codebase:¶
https://github.com/cure/arvados/tree/from-packages
git clone https://github.com/cure/arvados/ cd arvados git checkout from-packages cd kelda
see README.md
TODO:¶
- add git repository to the implemented features
- make const.js more flexible (e.g., pull package versions from versions.arvados.org?)
- support postgres state in external db
- support keep state in external (S3) storage
- move the runtime docker images to the arvados dockerhub namespace
- merge into upstream arvados repo
- make runtime docker images much slimmer
remove manual ./manual.sh required to get to a working Arvadosremove manual ./step1.sh required to get to a working Arvadosuse packages instead of an arbitrary git checkout at one point in time
Updated by Ward Vandewege over 6 years ago ยท 7 revisions