Kelda » History » Version 7
Ward Vandewege, 04/05/2018 08:07 PM
| 1 | 1 | Ward Vandewege | h1. Kelda |
|---|---|---|---|
| 2 | |||
| 3 | The https://kelda.io folks did an initial Arvados 'port'. |
||
| 4 | |||
| 5 | h2. Current status: |
||
| 6 | |||
| 7 | * ephemeral Arvados installation in the cloud (AWS/GCP/Digital Ocean) in ~5 minutes, with a few manual steps |
||
| 8 | |||
| 9 | h2. Latest codebase: |
||
| 10 | |||
| 11 | 6 | Ward Vandewege | https://github.com/cure/arvados/tree/from-packages |
| 12 | |||
| 13 | <pre> |
||
| 14 | git clone https://github.com/cure/arvados/ |
||
| 15 | cd arvados |
||
| 16 | git checkout from-packages |
||
| 17 | cd kelda |
||
| 18 | </pre> |
||
| 19 | |||
| 20 | see README.md |
||
| 21 | |||
| 22 | 1 | Ward Vandewege | h2. TODO: |
| 23 | |||
| 24 | 4 | Ward Vandewege | * add git repository to the implemented features |
| 25 | 1 | Ward Vandewege | * make const.js more flexible (e.g., pull package versions from versions.arvados.org?) |
| 26 | * support postgres state in external db |
||
| 27 | * support keep state in external (S3) storage |
||
| 28 | * move the runtime docker images to the arvados dockerhub namespace |
||
| 29 | * merge into upstream arvados repo |
||
| 30 | * make runtime docker images much slimmer |
||
| 31 | 7 | Ward Vandewege | * -remove manual ./manual.sh required to get to a working Arvados- |
| 32 | 5 | Ward Vandewege | * -remove manual ./step1.sh required to get to a working Arvados- |
| 33 | 3 | Ward Vandewege | * -use packages instead of an arbitrary git checkout at one point in time- |