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

Installation & quickstart: add troubleshooting steps #88

Open
Leila011 opened this issue Jun 5, 2024 · 1 comment
Open

Installation & quickstart: add troubleshooting steps #88

Leila011 opened this issue Jun 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Leila011
Copy link

Leila011 commented Jun 5, 2024

Case to address:

  • when running wget -qO- dl.viash.io | bash; mv viash $HOME/bin
    issue when the bin directory do not exists: running the install command rename to executable to bin

  • when running viash ns build --setup cachedbuild --parallel
    error: Docker daemon does not seem to be running
    solution: sudo systemctl start docker

@Leila011 Leila011 added the bug Something isn't working label Jun 5, 2024
@rcannood
Copy link
Member

rcannood commented Jul 9, 2024

I guess we should update our requirements, both in Linux, macOS and Windows.

Other items:

  • $HOME/bin might not be on the path, so maybe it's better to let the user install to /usr/local/bin? This is already addressed by Use XDG base directory spec #93.

  • The links to Docker need to be fixed from Docker Desktop to Docker Engine

  • The OpenProblems requirements do a better job of explaining how to install everything but also verify that it works: https://openproblems.bio/documentation/fundamentals/requirements . This could be added to the guide?

  • It still says Java 8 is required, but this has since been bumped to Java 11. And maybe it should even say Java 17 is recommended,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants