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
if [[ -f ~/.nvm/nvm.sh ]]; then | |
source ~/.nvm/nvm.sh | |
alias shasum='sha1sum' | |
if which nvm >/dev/null 2>&1 ;then | |
_nodejs_use_version="v0.8.16" | |
if nvm ls | grep -F -e "${_nodejs_use_version}" >/dev/null 2>&1 ;then | |
nvm use "${_nodejs_use_version}" >/dev/null | |
export NODE_PATH=${NVM_PATH}_modules${NODE_PATH:+:}${NODE_PATH} | |
fi |
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
configure_option "--enable-fastcgi" | |
configure_option -R "--with-mysql" | |
configure_option -R "--with-mysqli" | |
configure_option -R "--with-pdo-mysql" | |
with_pear | |
#install_package "http://museum.php.net/php5/php-5.2.17.tar.bz2" |