Drupal8 drush

makgab képe

Üdv!
D7-hez szépen használom VPS-en a drush-t parancssorból. Már nem tudom honnan szedtem le, régen volt. (Talán drupal.org/project/drush?)
D8-hoz melyik drush kell? http://docs.drush.org/en/8.x?

Drupal verzió: 
makgab képe

Úgy tűnik működik:

  1. # Browse to https://github.com/drush-ops/drush/releases and download the drush.phar attached to the latest 8.x release.
  2.  
  3. # Test your install.
  4. php drush.phar core-status
  5.  
  6. # Rename to `drush` instead of `php drush.phar`. Destination can be anywhere on $PATH.
  7. chmod +x drush.phar
  8. sudo mv drush.phar /usr/local/bin/drush
  9.  
  10. # Optional. Enrich the bash startup file with completion and aliases.
  11. drush init

Ha pl. az /opt/drush8 könyvtárban van a drush.phar (átnevezve drush-ra), akkor szépen használható pl. a /var/www/html könyvtárban:
/opt/drush8/drush pm-update

1
0