<?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: Setting Up the Symfony Framework on MediaTemple&#8217;s Grid Server</title>
	<atom:link href="http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/</link>
	<description>a web developer's thoughts and musings</description>
	<lastBuildDate>Mon, 11 Jan 2010 16:56:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: zedzdead&#187; Blog Archive &#187; Installing Symfony and the jobeet tutorial</title>
		<link>http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/comment-page-1/#comment-7838</link>
		<dc:creator>zedzdead&#187; Blog Archive &#187; Installing Symfony and the jobeet tutorial</dc:creator>
		<pubDate>Fri, 06 Nov 2009 22:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/#comment-7838</guid>
		<description>[...] planning on getting an installation of symfony up and running.  A couple of weeks ago I followed the rather excellent tutorial from eingko on how to set up symfony on media temple&#8217;s grid server.  Many people have commented on how [...]</description>
		<content:encoded><![CDATA[<p>[...] planning on getting an installation of symfony up and running.  A couple of weeks ago I followed the rather excellent tutorial from eingko on how to set up symfony on media temple&#8217;s grid server.  Many people have commented on how [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Combes</title>
		<link>http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/comment-page-1/#comment-7501</link>
		<dc:creator>Roland Combes</dc:creator>
		<pubDate>Mon, 28 Sep 2009 16:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/#comment-7501</guid>
		<description>Excellent tutorial.  I was finally able to install Symfony and get it working thanks to this.  However, it is crucial that you use

&lt;blockquote&gt;pear install symfony/symfony-1.2.4&lt;/blockquote&gt;

or whatever number the latest stable release is currently instead of

&lt;blockquote&gt;pear install symfony/symfony&lt;/blockquote&gt;

otherwise you&#039;ll get version 1.0 installed, which will cause major problems with the Jobeet tutorial causing &lt;b&gt;Task &quot;generate:project&quot; is not defined &lt;/b&gt; errors.

Thanks though for an excellent step through.
- Roland Combes</description>
		<content:encoded><![CDATA[<p>Excellent tutorial.  I was finally able to install Symfony and get it working thanks to this.  However, it is crucial that you use</p>
<blockquote><p>pear install symfony/symfony-1.2.4</p></blockquote>
<p>or whatever number the latest stable release is currently instead of</p>
<blockquote><p>pear install symfony/symfony</p></blockquote>
<p>otherwise you&#8217;ll get version 1.0 installed, which will cause major problems with the Jobeet tutorial causing <b>Task &#8220;generate:project&#8221; is not defined </b> errors.</p>
<p>Thanks though for an excellent step through.<br />
- Roland Combes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Setting Up the Symfony Framework on MediaTemple&#8217;s Grid Server by eingko weblog &#171; DevEzine</title>
		<link>http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/comment-page-1/#comment-3988</link>
		<dc:creator>Setting Up the Symfony Framework on MediaTemple&#8217;s Grid Server by eingko weblog &#171; DevEzine</dc:creator>
		<pubDate>Thu, 23 Apr 2009 06:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/#comment-3988</guid>
		<description>[...] The rest is here: Setting Up the Symfony Framework on MediaTemple&#8217;s Grid Server by eingko weblog [...]</description>
		<content:encoded><![CDATA[<p>[...] The rest is here: Setting Up the Symfony Framework on MediaTemple&#8217;s Grid Server by eingko weblog [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ispan Arnold</title>
		<link>http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/comment-page-1/#comment-2968</link>
		<dc:creator>Ispan Arnold</dc:creator>
		<pubDate>Tue, 17 Feb 2009 17:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.eingko.net/blog/2007/06/20/setting-up-the-symfony-framework-on-mediatemples-grid-server/#comment-2968</guid>
		<description>Hello,

This is probably the best tutorial on how to install symfony. Thank You.
I&#039;ve used it to deploy into production an application onto a mediatemple gs service, following your tutorial everything went smoothly. But, there is always a but. I encountered an issue:  i have to application in my symfony project (backend , frontend), in the DEV environment (backend_dev, frontend_dev) everything works ok, but when i try the PROD environment the frontend is ok, but the backend i get a Ooups page not found 404 error. Your help in this issue would be much appreciated. Thank You</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>This is probably the best tutorial on how to install symfony. Thank You.<br />
I&#8217;ve used it to deploy into production an application onto a mediatemple gs service, following your tutorial everything went smoothly. But, there is always a but. I encountered an issue:  i have to application in my symfony project (backend , frontend), in the DEV environment (backend_dev, frontend_dev) everything works ok, but when i try the PROD environment the frontend is ok, but the backend i get a Ooups page not found 404 error. Your help in this issue would be much appreciated. Thank You</p>
]]></content:encoded>
	</item>
</channel>
</rss>
