These steps are superseded by instructions at the following doc pages:
Last active
July 16, 2017 17:11
-
-
Save jmolivas/97bbd07f328217be3564a434c5bd2618 to your computer and use it in GitHub Desktop.
@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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:I ran
composer install
for sure in the cloned Drupal Console repo. Luckily, move to thedrupal.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.