hechoendrupal / drupal-console-launcher

DrupalConsole global executable aka Launcher.
GNU General Public License v2.0
22 stars 27 forks source link

Install with composer global #162

Open prudloff-insite opened 5 years ago

prudloff-insite commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

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