MetaCell / geppetto-scidash

Geppetto scidash extension
2 stars 1 forks source link

Improve deployment to remove all manual steps as much as possible #393

Closed ddelpiano closed 4 years ago

rgerkin commented 4 years ago

For a cloud deployment on an image with Kubernetes, is it possible to do the whole deployment in one line? If so, the only other deployment instructions would be how to get Kubernetes running on a local server, which is well-covered elsewhere and not needed here.

ddelpiano commented 4 years ago

@rgerkin sure, if more than one command is required we can always wrap this up in a python/bash script to get the one-liner solution.