Created
August 4, 2016 13:47
-
-
Save bratsun/9fd3139491c12c176a3fef1aee6fac69 to your computer and use it in GitHub Desktop.
Install Drush on DO server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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