These steps are superseded by instructions at the following doc pages:
-
-
Save jmolivas/97bbd07f328217be3564a434c5bd2618 to your computer and use it in GitHub Desktop.
@igasi Having a configuration file containing root: web
on the site is no longer required. I removed that part from the instructions.
Hi, @jmolivas
Following this instructions with a little difference, after this step -- https://gist.github.com/jmolivas/97bbd07f328217be3564a434c5bd2618#confirm-drupalconsole-downloaded-version, I Installed the Drupal site. Then move to the directory drupal.dev/web
, Run ../vendor/bin/drupal list
, It's works well.
And continue with the same steps, come to the point -- https://gist.github.com/jmolivas/97bbd07f328217be3564a434c5bd2618#install-drupalconsole-launcher-tool. Move to the directory drupal.dev/web
, and run ../vendor/bin/drupal list
again. It shows that:
You must set up the project dependencies using `composer install`
I ran composer install
for sure in the cloned Drupal Console repo. Luckily, move to the drupal.dev/
directory, run ./vendor/bin/drupal list
, It works.
I don't know why there is such a difference, If you know that, please correct me or tell me. Thanks in advance.
@ranqiangjun we just change instructions and move them to the docs can you try the new steps?
https://docs.drupalconsole.com/en/contributing/getting-the-project.html
https://docs.drupalconsole.com/en/contributing/running-the-project.html
@igasi I did update instruction but instead of using
./vendor/bin/drupal
I added instructions to download the Launcher tool.