Installing Drush Globally On Linux

preview_player
Показать описание


In this video I show how to install Drush globally using composer

Commands used

Install Drush
composer global require drush/drush:dev-master
composer global update

Add Drush to bash terminal path

cd ~/
nano .bashrc

add this line and save
export PATH="$HOME/.composer/vendor/bin:$PATH"

exit bash and restart bash


Related videos

I am a UK based Drupal consultant with 10+ years experience of Drupal 7, 8 and 9 configuration, development and environment architecture.

Рекомендации по теме