You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.
For #19, it would be really great if we could install the Vagrant plugin once and assume it has been installed. In other words, run an installation.
I think we have a couple of options:
Have an install function which is run on first run, then a docker install command or similar to reinstall if stuff gets broken.
Have an explicit install script, sort of like the usual curl ..../install.sh | sh (not that this is necessarily a good way to do it, but it is an understood, easy to use pattern – see homebrew for example). This is not as neat as the magical combined install and execution, but might be easier to comprehend.
The text was updated successfully, but these errors were encountered:
For #19, it would be really great if we could install the Vagrant plugin once and assume it has been installed. In other words, run an installation.
I think we have a couple of options:
docker install
command or similar to reinstall if stuff gets broken.curl ..../install.sh | sh
(not that this is necessarily a good way to do it, but it is an understood, easy to use pattern – see homebrew for example). This is not as neat as the magical combined install and execution, but might be easier to comprehend.The text was updated successfully, but these errors were encountered: