Rate this script:  I Love it  /   I Hate it

Quickly download the PEAR libraries


Code


#!/bin/bash
pear config-create $HOME $HOME/.pearrc
pear config-set php_dir $HOME/pear/lib

pear install -a PEAR

pear channel-update pear.php.net
pear install -a DB Mail
pear install -o Auth Auth_SASL Cache_Lite File
pear install -o HTML_QuickForm HTML_TreeMenu
pear install -o HTTP HTTP_Request
pear install -o Mail_Mime
pear install -o Log Pager
pear install -o Translation2-beta XML_Serializer-beta

ln -s ~/pear/pear ~/bin/pear
ln -s ~/pear/peardev ~/bin/peardev
ln -s ~/pear/pecl ~/bin/pecl
 

 

 
Quickly download the PEAR libraries scripts | Quickly download the PEAR libraries snippet | Quickly download the PEAR libraries example | Quickly download the PEAR libraries tutorial | Quickly download the PEAR libraries code