Open
Description
Problem/Motivation
As per the documentation stated (page source), this is the command to install the console launcher:
curl https://drupalconsole.com/installer -L -o drupal.phar
mv drupal.phar /usr/local/bin/drupal
chmod +x /usr/local/bin/drupal
The first command is supposed to download the drupal.phar file from drupalconsole website.
But it doesn't work:
# curl https://drupalconsole.com/installer -L -o drupal.phar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0
curl: (7) Failed connect to drupalconsole.com:443; Connection refused
If you go directly to the URL https://drupalconsole.com/installer, you'd see this:
It is always this "500 Server Error" message.
Solution
Please fix the server download path.
Or, please fix the documentation.
Metadata
Assignees
Labels
No labels