Setup Drush in Terminal


/ Published in: AppleScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // in terminal - create a link to drush when in the users root folder.
  2. echo "alias drush='/Users/jan/drush/drush'" >> ~/.bash_profile
  3.  
  4. // clear bash to use -- or you can logout and login again.
  5. source ~/.bash_profile

URL: http://echodittolabs.org/blog/2010/06/how-get-drush-working-localhost

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.