<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Tech-Recipes - Latest Comments in OS X: How to Install Symfony into MAMP</title><link>http://tech-recipes.disqus.com/</link><description>Cookbook of Tech Tutorials</description><atom:link href="https://tech-recipes.disqus.com/os_x_how_to_install_symfony_into_mamp_apple_mac_tech_recipes/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sat, 25 Dec 2010 19:16:43 -0000</lastBuildDate><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-119398301</link><description>&lt;p&gt;I got everything installed correctly, but now I'm having a problem generating apps. I can't help but thinking this might be somehow related to how the install locations/etc are different since I'm on a mac. Basically, when I run php symfony generate:app frontend in terminal, I receive no errors, but the directory structure the getting started tutorial describes is not created in the apps folder as it should be. Any ideas as to what might be causing this?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">wrightgd</dc:creator><pubDate>Sat, 25 Dec 2010 19:16:43 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-62606522</link><description>&lt;p&gt;The executable bit is probably not set on the php and pear binary. Use these comands&lt;/p&gt;&lt;p&gt;cd /Applications/MAMP/bin/php5.3/bin and use&lt;br&gt;chmod +x php&lt;br&gt;chmod +x pear&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">LeadingLight</dc:creator><pubDate>Fri, 16 Jul 2010 19:43:13 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-60803600</link><description>&lt;p&gt;I am getting permission denied when I try to run PEAR that is a symbolic link to a MAMP php5.3/bin/pear. Any solutions?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Flurdulis</dc:creator><pubDate>Tue, 06 Jul 2010 15:04:05 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-29667135</link><description>&lt;p&gt;hi there&lt;/p&gt;&lt;p&gt;very good tutorial! thanks a lot, saved me couple of hours/days&lt;/p&gt;&lt;p&gt;I was wondering what these command lines do:&lt;br&gt;sudo ln -s /Applications/MAMP/library/bin/mysqladmin /usr/bin/mysqladmin&lt;/p&gt;&lt;p&gt;thanks!&lt;br&gt;Pieter&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">pieter</dc:creator><pubDate>Wed, 13 Jan 2010 14:51:52 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-13002086</link><description>&lt;p&gt;I get a command not found on any symfony command I try. Any ideas?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">djtooshay</dc:creator><pubDate>Tue, 21 Jul 2009 12:14:29 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-10843438</link><description>&lt;p&gt;Thanks. That was very very helpful&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chuck</dc:creator><pubDate>Sat, 13 Jun 2009 14:21:21 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-9730685</link><description>&lt;p&gt;better with "sudo ..."&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Raúl</dc:creator><pubDate>Thu, 21 May 2009 11:22:59 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-9143596</link><description>&lt;p&gt;Something you may want to add is a link to mysqladmin so that you can quickly setup databases from the command line as well.&lt;/p&gt;&lt;p&gt;sudo ln -s /Applications/MAMP/library/bin/mysqladmin /usr/bin/mysqladmin&lt;/p&gt;&lt;p&gt;is the line you'd do to do it.&lt;/p&gt;&lt;p&gt;Thanks for the help by the way, I was having issues getting symfony installed through pear.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Loy</dc:creator><pubDate>Fri, 08 May 2009 19:45:06 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-4387642</link><description>&lt;p&gt;or &lt;br&gt;symfony propel-build-model&lt;br&gt;symfony propel-build-sql&lt;br&gt;symfony propel-insert-sql&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Sat, 13 Dec 2008 12:21:26 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-4387632</link><description>&lt;p&gt;symfony propel-build-all&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Sat, 13 Dec 2008 12:20:21 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-4387627</link><description>&lt;p&gt;Thanks a lot .... works great for me &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dave</dc:creator><pubDate>Sat, 13 Dec 2008 12:19:51 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-4110633</link><description>&lt;p&gt;nice one! Thanks&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio</dc:creator><pubDate>Mon, 01 Dec 2008 17:59:40 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-3103239</link><description>&lt;p&gt;Somehow it doesnt work, even though i followed everything and did not get any errors it always gives me "command not found" when i try to use any symfony commands like &lt;br&gt;symfony propel-build-all-load&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felix</dc:creator><pubDate>Thu, 16 Oct 2008 21:42:33 -0000</pubDate></item><item><title>Re: OS X: How to Install Symfony into MAMP</title><link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/#comment-2879971</link><description>&lt;p&gt;AWESOME!!!  Thanks for the info!  Saved me hours!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cindy</dc:creator><pubDate>Sun, 05 Oct 2008 12:03:27 -0000</pubDate></item></channel></rss>