Project

General

Profile

Kelda » History » Revision 6

Revision 5 (Ward Vandewege, 03/28/2018 01:13 AM) → Revision 6/7 (Ward Vandewege, 03/28/2018 01:52 AM)

h1. Kelda 

 The https://kelda.io folks did an initial Arvados 'port'. 

 h2. Current status: 

 * ephemeral Arvados installation in the cloud (AWS/GCP/Digital Ocean) in ~5 minutes, with a few manual steps 

 

 h2. Latest codebase: 

 

   https://github.com/cure/arvados/tree/from-packages 

 <pre> 
 git clone    https://github.com/cure/arvados/ 
 cd arvados 
 git checkout from-packages 
 cd kelda 
 </pre> 

 see README.md 


 

 h2. TODO: 

 * add git repository to the implemented features 
 * remove manual ./manual.sh required to get to a working Arvados 
 * 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 ./step1.sh required to get to a working Arvados- 
 * -use packages instead of an arbitrary git checkout at one point in time-