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 with composer global #162

Open
prudloff-insite opened this issue May 13, 2019 · 2 comments
Open

Install with composer global #162

prudloff-insite opened this issue May 13, 2019 · 2 comments

Comments

@prudloff-insite
Copy link

Hello,
When installed with composer global require drupal/console-launcher, drupal then returns this error:

 Something is wrong with your drupal.phar archive.
 Try downloading again by executing from your terminal:
 curl https://drupalconsole.com/installer -L -o drupal.phar

Would it be possible to support installing it this way? It would be easier to integrate it in our system than using the PHAR.

@bagong
Copy link

bagong commented Aug 18, 2020

Same thing in August 2020. And the curl command above returns a servor-error message. Is this project dormant? Does it support Drupal 9 at all?

@komlenic
Copy link

The site is broken - if/until someone fixes it, you can download the .phar file here:
https://github.com/hechoendrupal/drupal-console-launcher/releases/tag/1.9.4

Or use the following to install Drupal Console Launcher:

curl https://github.com/hechoendrupal/drupal-console-launcher/releases/download/1.9.4/drupal.phar -L -o drupal.phar
mv drupal.phar /usr/local/bin/drupal
chmod +x /usr/local/bin/drupal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants