drupal-console-launcher icon indicating copy to clipboard operation
drupal-console-launcher copied to clipboard

Install with composer global

Open prudloff-insite opened this issue 6 years ago • 2 comments

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.

prudloff-insite avatar May 13 '19 14:05 prudloff-insite

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?

bagong avatar Aug 18 '20 09:08 bagong

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

komlenic avatar Oct 27 '20 18:10 komlenic