Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install drush ubuntu

#To install Drush 8.x (dev) which is required for Drupal 8:
composer global require drush/drush:dev-master

#To install Drush 7.x (stable):
composer global require drush/drush:7.*
Comment

install drush on ubuntu

curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
ln -s /usr/local/bin/composer /usr/bin/composer

git clone https://github.com/drush-ops/drush.git /usr/local/src/drush
cd /usr/local/src/drush
git checkout 7.0.0-alpha5  #or whatever version you want.
ln -s /usr/local/src/drush/drush /usr/bin/drush
composer install
drush --version
Comment

PREVIOUS NEXT
Code Example
Shell :: destroy pipeline concourse 
Shell :: how to update vs code in linux 
Shell :: ubuntu install groovy 
Shell :: install vercel npm 
Shell :: open wsl as root 
Shell :: zip full folder ubuntu 
Shell :: ubuntu edit etc host 
Shell :: mac command not found: sshpass 
Shell :: how to update ionic 
Shell :: tar all files and subdirectories 
Shell :: install scoop 
Shell :: cocoa pods 
Shell :: command count files 
Shell :: error install cocoapods 
Shell :: wsl unregister 
Shell :: install strapi cli 
Shell :: git init remoce 
Shell :: Waiting for your editor to close the file... 
Shell :: ubuntu print path 
Shell :: error: pcap library not found! 
Shell :: vite react command 
Shell :: docker exec as root 
Shell :: bash filter environment variable results 
Shell :: fs extra ts 
Shell :: restart docker daemon windows 
Shell :: how to set core.autocrlf in git 
Shell :: tail colorful 
Shell :: install obs studio ubuntu 
Shell :: git autocomplete branch name mac 
Shell :: git delete remote branch error: unable to delete remote ref does not exist 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =