Skip to content

Instantly share code, notes, and snippets.

@pricejn2
Created June 18, 2014 16:37
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pricejn2/71f1d9168e54f32a5d49 to your computer and use it in GitHub Desktop.
Save pricejn2/71f1d9168e54f32a5d49 to your computer and use it in GitHub Desktop.
Gandi Simple Hosting Drush install
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