<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OS X: How to Install Symfony into MAMP</title>
	<atom:link href="http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: wrightgd</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-45048</link>
		<dc:creator>wrightgd</dc:creator>
		<pubDate>Sun, 26 Dec 2010 00:16:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-45048</guid>
		<description>I got everything installed correctly, but now I&#039;m having a problem generating apps. I can&#039;t help but thinking this might be somehow related to how the install locations/etc are different since I&#039;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?</description>
		<content:encoded><![CDATA[<p>I got everything installed correctly, but now I&#8217;m having a problem generating apps. I can&#8217;t help but thinking this might be somehow related to how the install locations/etc are different since I&#8217;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?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LeadingLight</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-40768</link>
		<dc:creator>LeadingLight</dc:creator>
		<pubDate>Fri, 16 Jul 2010 23:43:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-40768</guid>
		<description>The executable bit is probably not set on the php and pear binary. Use these comands

cd /Applications/MAMP/bin/php5.3/bin and use
chmod +x php
chmod +x pear</description>
		<content:encoded><![CDATA[<p>The executable bit is probably not set on the php and pear binary. Use these comands</p>
<p>cd /Applications/MAMP/bin/php5.3/bin and use<br />
chmod +x php<br />
chmod +x pear</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flurdulis</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-40482</link>
		<dc:creator>Flurdulis</dc:creator>
		<pubDate>Tue, 06 Jul 2010 19:04:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-40482</guid>
		<description>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?</description>
		<content:encoded><![CDATA[<p>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?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pieter</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-36782</link>
		<dc:creator>pieter</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:51:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-36782</guid>
		<description>hi there

very good tutorial! thanks a lot, saved me couple of hours/days

I was wondering what these command lines do:
sudo ln -s /Applications/MAMP/library/bin/mysqladmin /usr/bin/mysqladmin

thanks!
Pieter</description>
		<content:encoded><![CDATA[<p>hi there</p>
<p>very good tutorial! thanks a lot, saved me couple of hours/days</p>
<p>I was wondering what these command lines do:<br />
sudo ln -s /Applications/MAMP/library/bin/mysqladmin /usr/bin/mysqladmin</p>
<p>thanks!<br />
Pieter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-32145</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 21 Jul 2009 16:14:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-32145</guid>
		<description>I get a command not found on any symfony command I try. Any ideas?</description>
		<content:encoded><![CDATA[<p>I get a command not found on any symfony command I try. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-31071</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Sat, 13 Jun 2009 18:21:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-31071</guid>
		<description>Thanks. That was very very helpful</description>
		<content:encoded><![CDATA[<p>Thanks. That was very very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raúl</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-30420</link>
		<dc:creator>Raúl</dc:creator>
		<pubDate>Thu, 21 May 2009 15:22:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-30420</guid>
		<description>better with &quot;sudo ...&quot;</description>
		<content:encoded><![CDATA[<p>better with &#8220;sudo &#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Loy</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-30062</link>
		<dc:creator>Keith Loy</dc:creator>
		<pubDate>Fri, 08 May 2009 23:45:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-30062</guid>
		<description>Something you may want to add is a link to mysqladmin so that you can quickly setup databases from the command line as well.

sudo ln -s /Applications/MAMP/library/bin/mysqladmin /usr/bin/mysqladmin

is the line you&#039;d do to do it.

Thanks for the help by the way, I was having issues getting symfony installed through pear.</description>
		<content:encoded><![CDATA[<p>Something you may want to add is a link to mysqladmin so that you can quickly setup databases from the command line as well.</p>
<p>sudo ln -s /Applications/MAMP/library/bin/mysqladmin /usr/bin/mysqladmin</p>
<p>is the line you&#8217;d do to do it.</p>
<p>Thanks for the help by the way, I was having issues getting symfony installed through pear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-25939</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sat, 13 Dec 2008 17:21:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-25939</guid>
		<description>or 
symfony propel-build-model
symfony propel-build-sql
symfony propel-insert-sql

</description>
		<content:encoded><![CDATA[<p>or<br />
symfony propel-build-model<br />
symfony propel-build-sql<br />
symfony propel-insert-sql</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dave</title>
		<link>http://www.tech-recipes.com/rx/2884/os_x_how_to_install_symfony_into_mamp/comment-page-1/#comment-25938</link>
		<dc:creator>dave</dc:creator>
		<pubDate>Sat, 13 Dec 2008 17:20:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-25938</guid>
		<description>symfony propel-build-all</description>
		<content:encoded><![CDATA[<p>symfony propel-build-all</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.119 seconds using memcached
Object Caching 419/423 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 04:37:05 -->
