<?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: Installing Zend Framework on MAMP</title>
	<atom:link href="http://thinkclay.com/technology/installing-zend-framework-on-mamp/feed" rel="self" type="application/rss+xml" />
	<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp</link>
	<description>Creative Media Design, Powered by Wordpress</description>
	<lastBuildDate>Sun, 01 Aug 2010 05:55:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Demetrius Ford</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1656</link>
		<dc:creator>Demetrius Ford</dc:creator>
		<pubDate>Sun, 01 Aug 2010 05:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1656</guid>
		<description>Works like a charm. Thanks again.</description>
		<content:encoded><![CDATA[<p>Works like a charm. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinkclay</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1655</link>
		<dc:creator>thinkclay</dc:creator>
		<pubDate>Sun, 01 Aug 2010 02:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1655</guid>
		<description>I use this for my alias, and just put in the .bash_profile:&lt;br&gt;&lt;br&gt;&lt;strong&gt;mamp=&quot;/Applications/MAMP/Library/bin/mysql -u root -p -P 3306&quot;&lt;/strong&gt;&lt;br&gt;&lt;br&gt;So after that&#039;s created you can type mamp, hit enter, and pop in your password.</description>
		<content:encoded><![CDATA[<p>I use this for my alias, and just put in the .bash_profile:</p>
<p><strong>mamp=&#8221;/Applications/MAMP/Library/bin/mysql -u root -p -P 3306&#8243;</strong></p>
<p>So after that&#39;s created you can type mamp, hit enter, and pop in your password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Demetrius Ford</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1654</link>
		<dc:creator>Demetrius Ford</dc:creator>
		<pubDate>Sat, 31 Jul 2010 17:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1654</guid>
		<description>Great tutorial. I tried and failed many times on getting zend up and running. Im not knocking ZendCasts but heck this took me maybe all of 10 minutes to set-up versus about 2 hours of watching the ZendCast set up. It was painful to say the least. Quick question: Can I create an alias to mamp via command line? right now this is how I connect to it via terminal:: &lt;br&gt;&lt;br&gt;cd /applications/mamp/Library/bin  &lt;br&gt;&lt;br&gt;./mysql -u root -p -P 3306  &lt;br&gt;&lt;br&gt;Enter password: *****.&lt;br&gt;&lt;br&gt;There has got to be a better way. I would just like to enter &#039;mamp&#039; via command line and I am connected. Thanks...</description>
		<content:encoded><![CDATA[<p>Great tutorial. I tried and failed many times on getting zend up and running. Im not knocking ZendCasts but heck this took me maybe all of 10 minutes to set-up versus about 2 hours of watching the ZendCast set up. It was painful to say the least. Quick question: Can I create an alias to mamp via command line? right now this is how I connect to it via terminal:: </p>
<p>cd /applications/mamp/Library/bin  </p>
<p>./mysql -u root -p -P 3306  </p>
<p>Enter password: *****.</p>
<p>There has got to be a better way. I would just like to enter &#39;mamp&#39; via command line and I am connected. Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neveo</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1653</link>
		<dc:creator>Neveo</dc:creator>
		<pubDate>Sat, 31 Jul 2010 00:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1653</guid>
		<description>Yes!! that did the trick..hey I grew up in CS next time I am home I&#039;ll look you up.&lt;br&gt;&lt;br&gt;Thanks again,&lt;br&gt;Nev</description>
		<content:encoded><![CDATA[<p>Yes!! that did the trick..hey I grew up in CS next time I am home I&#39;ll look you up.</p>
<p>Thanks again,<br />Nev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinkclay</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1650</link>
		<dc:creator>thinkclay</dc:creator>
		<pubDate>Tue, 27 Jul 2010 19:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1650</guid>
		<description>Hey Nev,&lt;br&gt;&lt;br&gt;To permanently add an alias to your &quot;memory&quot; just takes a little more terminal input:&lt;br&gt;&lt;br&gt;vi ~/.bash_profile&lt;br&gt;hit &quot;a&quot; to enter &quot;edit&quot; mode, arrow down to the bottom and paste in your alias:&lt;br&gt;alias zf=/Applications/MAMP/svn/zendframework/trunk/bin/zf.sh&lt;br&gt;then hit the esc key and type &quot;wa&quot; (write all) and &quot;q&quot; (quit)&lt;br&gt;&lt;br&gt;That will save it in your shell profile of shortcuts (you can do this with many commands) and will be available even if you reboot. To get them to reload right away you can type in:&lt;br&gt;&lt;br&gt;. ~/.bash_profile&lt;br&gt;&lt;br&gt;Hope that helps and happy coding :)</description>
		<content:encoded><![CDATA[<p>Hey Nev,</p>
<p>To permanently add an alias to your &#8220;memory&#8221; just takes a little more terminal input:</p>
<p>vi ~/.bash_profile<br />hit &#8220;a&#8221; to enter &#8220;edit&#8221; mode, arrow down to the bottom and paste in your alias:<br />alias zf=/Applications/MAMP/svn/zendframework/trunk/bin/zf.sh<br />then hit the esc key and type &#8220;wa&#8221; (write all) and &#8220;q&#8221; (quit)</p>
<p>That will save it in your shell profile of shortcuts (you can do this with many commands) and will be available even if you reboot. To get them to reload right away you can type in:</p>
<p>. ~/.bash_profile</p>
<p>Hope that helps and happy coding <img src='http://thinkclay.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nev Harrison</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1649</link>
		<dc:creator>Nev Harrison</dc:creator>
		<pubDate>Mon, 26 Jul 2010 07:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1649</guid>
		<description>Hey awesome tutorial!!&lt;br&gt;&lt;br&gt;I have one question for you..Whenever I close the terminal or open a new one and try to type a zf command; I get zf: command not found.&lt;br&gt;&lt;br&gt;It looks like I have to build the alias each time I want to use zend_tool.  &lt;br&gt;&lt;br&gt;How would I save the following alias command to my system?&lt;br&gt;alias zf=/Applications/MAMP/svn/zendframework/trunk/bin/zf.sh&lt;br&gt;&lt;br&gt;Thanks</description>
		<content:encoded><![CDATA[<p>Hey awesome tutorial!!</p>
<p>I have one question for you..Whenever I close the terminal or open a new one and try to type a zf command; I get zf: command not found.</p>
<p>It looks like I have to build the alias each time I want to use zend_tool.  </p>
<p>How would I save the following alias command to my system?<br />alias zf=/Applications/MAMP/svn/zendframework/trunk/bin/zf.sh</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justn Cribb</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1642</link>
		<dc:creator>Justn Cribb</dc:creator>
		<pubDate>Fri, 16 Jul 2010 09:53:27 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1642</guid>
		<description>Yes...in the project there is a library/Zend folder. Thank you for clarifying this to me so I would not blame not installing Zend Framework on my MAMP if something weird happened in the development of the project haha! God Bless ^^</description>
		<content:encoded><![CDATA[<p>Yes&#8230;in the project there is a library/Zend folder. Thank you for clarifying this to me so I would not blame not installing Zend Framework on my MAMP if something weird happened in the development of the project haha! God Bless ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinkclay</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1640</link>
		<dc:creator>thinkclay</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1640</guid>
		<description>If it&#039;s working already, then ZF is probably included locally in the project (usually linked to as &quot;library&quot; or something similar. If that&#039;s the case, you don&#039;t need to do anything further to update that project. This post mainly sets up an environment where ZF is included to all projects by default and accessible to multiple projects, thus saving on disk space and setup time.&lt;br&gt;&lt;br&gt;Hope that helps and good luck with your project!</description>
		<content:encoded><![CDATA[<p>If it&#39;s working already, then ZF is probably included locally in the project (usually linked to as &#8220;library&#8221; or something similar. If that&#39;s the case, you don&#39;t need to do anything further to update that project. This post mainly sets up an environment where ZF is included to all projects by default and accessible to multiple projects, thus saving on disk space and setup time.</p>
<p>Hope that helps and good luck with your project!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justn Cribb</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1639</link>
		<dc:creator>Justn Cribb</dc:creator>
		<pubDate>Thu, 15 Jul 2010 19:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1639</guid>
		<description>Hello! Thank you for this tutorial! I just have a question.&lt;br&gt;&lt;br&gt;If I was given a project built on Zend Framework, do I still have to install Zend on my MAMP for local development? &lt;br&gt;&lt;br&gt;I tested the project and it works fine...but there might be drawbacks I don&#039;t know. This is my first encounter with Zend Framework hehe. Would installing Zend Framework for local development necessary if I&#039;m developing from an existing project that used Zend Framework? &lt;br&gt;&lt;br&gt;Thank you and pardon me for my ignorance at the moment :D</description>
		<content:encoded><![CDATA[<p>Hello! Thank you for this tutorial! I just have a question.</p>
<p>If I was given a project built on Zend Framework, do I still have to install Zend on my MAMP for local development? </p>
<p>I tested the project and it works fine&#8230;but there might be drawbacks I don&#39;t know. This is my first encounter with Zend Framework hehe. Would installing Zend Framework for local development necessary if I&#39;m developing from an existing project that used Zend Framework? </p>
<p>Thank you and pardon me for my ignorance at the moment <img src='http://thinkclay.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aleksandr Matrosov</title>
		<link>http://thinkclay.com/technology/installing-zend-framework-on-mamp/comment-page-1#comment-1638</link>
		<dc:creator>Aleksandr Matrosov</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://thinkclay.com/?p=1209#comment-1638</guid>
		<description>I spend one week, for installing ZF on my Mac. In internet lot of useless info :( But this post only working. Thx!</description>
		<content:encoded><![CDATA[<p>I spend one week, for installing ZF on my Mac. In internet lot of useless info <img src='http://thinkclay.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  But this post only working. Thx!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
