Skip to content

Instantly share code, notes, and snippets.

@jmolivas
Last active July 16, 2017 17:11
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save jmolivas/97bbd07f328217be3564a434c5bd2618 to your computer and use it in GitHub Desktop.
Save jmolivas/97bbd07f328217be3564a434c5bd2618 to your computer and use it in GitHub Desktop.
@igasi
Copy link

igasi commented Oct 6, 2016

In the section of Install new global executable drupal remove steps about config.yml and only needs run:

Change to drupal8.dev folder root and

Copy configuration files (make sure you answer yes to first question)

./vendor/bin/drupal init

@jmolivas
Copy link
Author

jmolivas commented Oct 7, 2016

@igasi I did update instruction but instead of using ./vendor/bin/drupal I added instructions to download the Launcher tool.

@jmolivas
Copy link
Author

@igasi Having a configuration file containing root: web on the site is no longer required. I removed that part from the instructions.

@ranqiangjun
Copy link

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.

@jmolivas
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment