We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following the README I ran into an error after running vagrant up. Looks like the tar.gz file has moved.
vagrant up
default: # install the app default: installVIVO default: --2018-10-09 20:44:54-- https://github.com/vivo-project/VIVO/releases/download/rel-1.10.0-RC-1/VIVO-rel-1.10.0-RC-1.tar.gz default: Resolving github.com (github.com)... default: 192.30.255.112 default: , default: 192.30.255.113 default: Connecting to github.com (github.com)|192.30.255.112|:443... default: connected. default: HTTP request sent, awaiting response... default: 404 Not Found default: 2018-10-09 20:44:56 ERROR 404: Not Found.
I think this is easily fixed by changing the URL and pointing to the latest 1.10 release.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the README I ran into an error after running
vagrant up
. Looks like the tar.gz file has moved.I think this is easily fixed by changing the URL and pointing to the latest 1.10 release.
The text was updated successfully, but these errors were encountered: