Skip to content
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 626 Bytes

launcher.md

File metadata and controls

26 lines (21 loc) · 626 Bytes

Install Drupal Console Launcher

curl https://drupalconsole.com/installer -L -o drupal.phar
mv drupal.phar /usr/local/bin/drupal
chmod +x /usr/local/bin/drupal

NOTE: If you don't have curl you can try

php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar

Update DrupalConsole Launcher 

drupal self-update

Run Drupal Console using the Launcher

drupal

You must execute the launcher within a drupal site directory or use --root=/path/to/drupal8.dev to specify your drupal site path.

NOTE: The name drupal is just an alias you can name it anything you like.