Local Development with LAMP - Manjaro
  • Introduction
  • Local Environment
  • Configure Drush
  • Configuring for Drupal
Powered by GitBook
On this page

Was this helpful?

Configure Drush

Install with yaourt yaourt -R drush-git I got a directory permissions error when runnig drush and this is the only way I could get to work:

sudo chmod -R 777 /etc/drush/cache/usage

sudo chmod -R 777 /etc/drush/default

PreviousLocal EnvironmentNextConfiguring for Drupal

Last updated 5 years ago

Was this helpful?