Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created August 4, 2016 13:47
Show Gist options
  • Save bratsun/9fd3139491c12c176a3fef1aee6fac69 to your computer and use it in GitHub Desktop.
Save bratsun/9fd3139491c12c176a3fef1aee6fac69 to your computer and use it in GitHub Desktop.
Install Drush on DO server
sudo wget -O /usr/local/bin/drush http://files.drush.org/drush.phar
sudo chmod 755 /usr/local/bin/drush
sudo apt-get install php5-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment