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

[*:install] Download project if not available during install #1710

Closed
itsdarrylnorris opened this issue Jan 12, 2016 · 3 comments
Closed

[*:install] Download project if not available during install #1710

itsdarrylnorris opened this issue Jan 12, 2016 · 3 comments

Comments

@itsdarrylnorris
Copy link
Contributor

Problem / Motivation

An expected behavior from Drush user is if the user is going to install a project (module/theme) that is not currently available is going to try to download first and the installed it.

This have happen to me as well to other new DrupalConsole users. For instance - Install module via Drupal Console fails some people are thinking that this is even a bug because is something expected already.

Solution

  • Add the ability of downloading the project if not available:
    • [module:install] should trigger [module:download] if the module is not available.
    • [theme:install] should trigger [theme:download] if the theme is not available.
@jmolivas
Copy link
Member

👍 I like to have same feature when trying to install missing module dependencies.

@jmolivas jmolivas added this to the 1.0.0-alpha-1 milestone Jan 13, 2016
@enzolutions
Copy link
Contributor

I will take care of this issue.

@jmolivas
Copy link
Member

The [module:install] should trigger [module:download] if the module is not available. Is fixed with PR #1743

I will take care of:

  • [theme:install] should trigger [theme:download] if the theme is not available.
  • Download module depencendies as well when not on the local system.

@jmolivas jmolivas modified the milestones: 1.0.0-alpha-1, 0.10.15 Mar 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants