Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

d2s init requires git #3

Open
micheldumontier opened this issue Apr 4, 2020 · 2 comments
Open

d2s init requires git #3

micheldumontier opened this issue Apr 4, 2020 · 2 comments

Comments

@micheldumontier
Copy link
Contributor

d2s init requires git. documentation should include installation of git

@vemonet
Copy link
Member

vemonet commented Apr 4, 2020

Yes, at the moment the requirements are listed here:

https://d2s.semanticscience.org/docs/d2s-installation

  • Python 3.6
  • docker-compose
  • git, curl, time (bash)

The last line are legacies dependencies that where used before

curl is actually not required anymore, and a workaround needs to found with time if we want to record the run time of the workflows

Ultimately I would like also to use a python lib to do the git clone, but at the moment using the git command is much more efficient and convenient

Depending on if git cannot be used through python lib I will detail the installation, at the moment I will update the doc to make it clearer with a URL to git install

@vemonet
Copy link
Member

vemonet commented Apr 27, 2020

Current requirements are:

  • Python 3.6+
  • Docker-compose
  • Git
  • The OpenShift CLI (oc command) is required if you want to use experimental features to run services and workflows on OpenShift

See https://d2s.semanticscience.org/docs/d2s-installation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants