Created
June 18, 2014 16:37
-
-
Save pricejn2/71f1d9168e54f32a5d49 to your computer and use it in GitHub Desktop.
Gandi Simple Hosting Drush install
This file contains 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
cd tmp | |
wget https://github.com/drush-ops/drush/archive/6.3.0.zip | |
unzip 6.3.0.zip | |
rm -rf 6.3.0.zip | |
mv drush-6.3.0 ~/var/php/admin/ | |
cd ~/var/php/admin/ | |
mv drush-6.3.0 drush | |
chmod 755 drush/drush | |
chmod 755 drush/drush.php | |
nano ~/etc/bash/bashrc | |
alias drush='~/var/php/admin/drush/drush' | |
# http://wiki.gandi.net/en/hosting/tutorials/wordpress/simple | |
# http://wiki.gandi.net/en/simple/php/phpini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment