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

Automated DDEV Installation and Updates #40

Open
nico-loeber opened this issue May 12, 2022 · 0 comments
Open

Automated DDEV Installation and Updates #40

nico-loeber opened this issue May 12, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@nico-loeber
Copy link
Contributor

The IDE does already check if there is any update for ddev available.
I would expect a "update now" action in the notification about the new version and the missing ddev insallation notifications.
This should download and install the latest version of ddev.

The implementation should be quite easy for windows as the installer can be used.

For WSL using the Windows version would make things easy. Also this would reduce complexity, as currently the version information have to be collected on project level instead of application level, as you can have a ddev project in WSL and one in Windows with differing ddev versions at the same time.
https://gist.github.com/nico-loeber/6d6e8261827c5e4efa4ccf5b5cd04140

For Mac and Linux systems there is a bash script to install ddev. It has to be checked if this can be used.

When installing ddev it should be in path even for non login shells if possible.
Login shells can cause serious performance problems if something like zsh with plugins is used.
See: #23

@nico-loeber nico-loeber added the enhancement New feature or request label May 12, 2022
@nico-loeber nico-loeber added this to the v1.1.0 milestone May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant