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 18.04

sudo apt-get update && sudo apt-get upgrade
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 :: git show unpushed commits 
Shell :: github fork my own repo 
Shell :: torch 1.1.0 install 
Shell :: install google chrome fedora 
Shell :: current git id 
Shell :: terraform remove from state 
Shell :: displaying the last line of output bash 
Shell :: docker commit 
Shell :: uninstall teams on ubuntu 
Shell :: print value mongodb shell 
Shell :: add ignored file to git 
Shell :: linux format disk fat32 
Shell :: Delete untracked file or discard unstaged work 
Shell :: get large files 
Shell :: cmd zip folder 
Shell :: install rider ubuntu 
Shell :: installing gnome 
Shell :: git abandon untracked files 
Shell :: how to install dataloader 
Shell :: netcat reverse shell 
Shell :: download office 365 for ubuntu 
Shell :: brew cask specific version 
Shell :: make only one digit input box 
Shell :: execute c# ubuntu 
Shell :: remove all files in a directory linux 
Shell :: umask 
Shell :: fedora simplescreenrecorder start 
Shell :: Find CentOS version and architecture 
Shell :: download fbreader for ubuntu 
Shell :: ubuntu absolute path of file 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =