Created
April 5, 2013 10:44
-
-
Save gido/5318356 to your computer and use it in GitHub Desktop.
Install PEAR on Alwaysdata
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
# configure pear on your HOME | |
pear config-create ~ ~/.pearrc | |
# Install PEAR | |
pear install -o PEAR | |
# Add bin_dir to your path | |
echo "export PATH=$PATH:~/pear" >> .bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://drupalcode.org/project/drush.git/blob/HEAD:/README.txt