Project

General

Profile

Kelda » History » Version 6

Ward Vandewege, 03/28/2018 01:52 AM

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
23
h2. TODO:
24
25 4 Ward Vandewege
* add git repository to the implemented features
26 5 Ward Vandewege
* remove manual ./manual.sh required to get to a working Arvados
27 1 Ward Vandewege
* make const.js more flexible (e.g., pull package versions from versions.arvados.org?)
28
* support postgres state in external db
29
* support keep state in external (S3) storage
30
* move the runtime docker images to the arvados dockerhub namespace
31
* merge into upstream arvados repo
32
* make runtime docker images much slimmer
33 5 Ward Vandewege
* -remove manual ./step1.sh required to get to a working Arvados-
34 3 Ward Vandewege
* -use packages instead of an arbitrary git checkout at one point in time-