Installing symfony using PEAR with MAMP
Posted by Oleg Kossoy on March 9, 2008 in Computers
$ export PATH=/Applications/MAMP/bin/php5/bin:$PATH $ pear channel-discover pear.symfony-project.com $ peardev install symfony/symfony
Using peardev instead of pear is required because of memory_limit variable,
set to 8M in default php.ini and -1 in peardev.












4 Comments on Installing symfony using PEAR with MAMP
By Eduardo Rizo on August 7, 2008 at 7:59 am
Thank you
By Oleg Kossoy on August 7, 2008 at 8:22 am
You’re welcome.
By Anonymous on August 20, 2008 at 2:06 am
Thanks very much for this. Even though I set the memory_limit variable to 20M in php.ini and it looked to install properly, it didn’t.
peardev did the trick
By Oleg Kossoy on August 20, 2008 at 3:30 am
Subscribe
Follow comments by subscribing to the Installing symfony using PEAR with MAMP Comments RSS feed.