Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: enable remote desktop powershell server 2019 
Shell :: install psql mac 
Shell :: powershell env vars 
Shell :: linux change file name 
Shell :: openssl serial number 
Shell :: kill cron proccess ubuntu terminal 
Shell :: uninstall nvidia x server ubuntu 
Shell :: configure apache in ubuntu 
Shell :: install composer debian 
Shell :: git use ssh instead of https 
Shell :: install talib on server 
Shell :: gimp apt 
Shell :: how do you merge two git repositories 
Shell :: shell remove file 
Shell :: linux source command vs dot 
Shell :: install gradle 
Shell :: bash get current process id 
Shell :: dhcp release mac os 
Shell :: Method ReflectionParameter::getClass() is deprecated ubuntu 
Shell :: how to echo string .sh 
Shell :: Flutter Git-Chrome-OS 
Shell :: squash 3 commit 
Shell :: install ruby linux 
Shell :: remove file history from git 
Shell :: how to install specific package version npm 
Shell :: heroku delete branch 
Shell :: docker auto start when reboot 
Shell :: linux create a video from images 
Shell :: gui for wsl2 ubuntu 
Shell :: why i am not able to paste anything in htdocs folder in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =