johanwilfer / vagrant-easy-drupal8

A simple way to fire up a Drupal 8 in Vagrant
MIT License
0 stars 10 forks source link

Install Drupal via composer instead of Drush #17

Open seetee opened 6 years ago

seetee commented 6 years ago

During install of Drush composer complains that is is being run as root.

Drush does not like a global install anymore, but one should install Drush Launcher and install Drupal via composer instead.

So we should remove the drush install and install it as a requirement at the same time as we install Drupal.