<?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: Preparations for baking an application</title>
	<atom:link href="http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Thu, 11 Mar 2010 15:41:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-877</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Sun, 22 Oct 2006 16:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-877</guid>
		<description>@ryan: Thanks for these additional explanations.</description>
		<content:encoded><![CDATA[<p>@ryan: Thanks for these additional explanations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-866</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Sun, 22 Oct 2006 01:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-866</guid>
		<description>Peeter - that&#039;s completely doable.  Like cakebaker, I setup most of my projects w/ virtual hosts so my site runs locally as close to the live environment as possible;  However, as long as you define the paths correctly in webroot/index.php, you can access your app from http://localhost/projectname/app/webroot - I do this when I need to quickly set something up for testing/experimenting.  The only thing that gets screwed up when you do this are the image URL&#039;s in the skeleton cake.generic.css; I believe they&#039;re written from the root in the css file (/path/to/image.jpg) but you need to adjust this since http://localhost/ is your actual web root when accessing your app in this manor - i BELIEVE the fix for this is leaving off the initial root &#039;/&#039;, but I don&#039;t recall off hand - sounds about right tho.  This is a good thing to plan for with your stylesheets anyway, in case you need to move your site to a host w/ a funky directory structure or into a subdirectory or something.</description>
		<content:encoded><![CDATA[<p>Peeter &#8211; that&#8217;s completely doable.  Like cakebaker, I setup most of my projects w/ virtual hosts so my site runs locally as close to the live environment as possible;  However, as long as you define the paths correctly in webroot/index.php, you can access your app from <a href="http://localhost/projectname/app/webroot" rel="nofollow">http://localhost/projectname/app/webroot</a> &#8211; I do this when I need to quickly set something up for testing/experimenting.  The only thing that gets screwed up when you do this are the image URL&#8217;s in the skeleton cake.generic.css; I believe they&#8217;re written from the root in the css file (/path/to/image.jpg) but you need to adjust this since <a href="http://localhost/" rel="nofollow">http://localhost/</a> is your actual web root when accessing your app in this manor &#8211; i BELIEVE the fix for this is leaving off the initial root &#8216;/&#8217;, but I don&#8217;t recall off hand &#8211; sounds about right tho.  This is a good thing to plan for with your stylesheets anyway, in case you need to move your site to a host w/ a funky directory structure or into a subdirectory or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-857</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Sat, 21 Oct 2006 12:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-857</guid>
		<description>@Peeter: That should be possible. But personally I prefer to have an almost identical environment on my dev machine as on the live server.</description>
		<content:encoded><![CDATA[<p>@Peeter: That should be possible. But personally I prefer to have an almost identical environment on my dev machine as on the live server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peeter</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-842</link>
		<dc:creator>Peeter</dc:creator>
		<pubDate>Fri, 20 Oct 2006 14:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-842</guid>
		<description>it would be much easier for testing and developing if one could easily configure cake apps to just one host subfolders ala 

mydomain.com/cake/project1
mysomain.com/cake/project2

saves you so much time and is lot easier to find and access different projects</description>
		<content:encoded><![CDATA[<p>it would be much easier for testing and developing if one could easily configure cake apps to just one host subfolders ala </p>
<p>mydomain.com/cake/project1<br />
mysomain.com/cake/project2</p>
<p>saves you so much time and is lot easier to find and access different projects</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-841</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 20 Oct 2006 07:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-841</guid>
		<description>@Andrew: I think it should be possible, but I don&#039;t know how as I don&#039;t have used such a configuration yet.</description>
		<content:encoded><![CDATA[<p>@Andrew: I think it should be possible, but I don&#8217;t know how as I don&#8217;t have used such a configuration yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-840</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 19 Oct 2006 01:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-840</guid>
		<description>Is it possible to set up cake such that multiple applications can run out of the same hostname, without needing a virtual server for each?</description>
		<content:encoded><![CDATA[<p>Is it possible to set up cake such that multiple applications can run out of the same hostname, without needing a virtual server for each?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-799</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Mon, 02 Oct 2006 14:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-799</guid>
		<description>@Tim: Thanks, I am glad it was useful for you. 

I looked at my Apache config file, and there is the following line before the virtual host definitions:

NameVirtualHost *</description>
		<content:encoded><![CDATA[<p>@Tim: Thanks, I am glad it was useful for you. </p>
<p>I looked at my Apache config file, and there is the following line before the virtual host definitions:</p>
<p>NameVirtualHost *</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim 'DoughBoy'</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-797</link>
		<dc:creator>Tim 'DoughBoy'</dc:creator>
		<pubDate>Mon, 02 Oct 2006 10:50:58 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-797</guid>
		<description>Great article.  Thanks for the time and effort.

After wrestling with the final stage for a couple of hours I managed to get this to work by adding the following just before the virtual host definition:


  NameVirtualHost localhost:80
  ServerName &quot;localhost:80&quot;
  DocumentRoot &quot;C:\Program Files\xampp\htdocs&quot;


I would be happy for someone to tell me that there was a better way!!!</description>
		<content:encoded><![CDATA[<p>Great article.  Thanks for the time and effort.</p>
<p>After wrestling with the final stage for a couple of hours I managed to get this to work by adding the following just before the virtual host definition:</p>
<p>  NameVirtualHost localhost:80<br />
  ServerName &#8220;localhost:80&#8243;<br />
  DocumentRoot &#8220;C:\Program Files\xampp\htdocs&#8221;</p>
<p>I would be happy for someone to tell me that there was a better way!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-794</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Sun, 01 Oct 2006 07:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-794</guid>
		<description>@ryan: Yes, I add the entire app directory to the repository.

I leave the comments in the files as I am too lazy to remove them ;-)</description>
		<content:encoded><![CDATA[<p>@ryan: Yes, I add the entire app directory to the repository.</p>
<p>I leave the comments in the files as I am too lazy to remove them ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ryan</title>
		<link>http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/comment-page-1/#comment-792</link>
		<dc:creator>ryan</dc:creator>
		<pubDate>Sat, 30 Sep 2006 01:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2006/09/26/preparations-for-baking-an-application/#comment-792</guid>
		<description>i&#039;m just getting into using SVN and PHPEclipse w/ my Cake apps..

had a couple questions - 

Do you add all of your cake app directories to your repository? (config, vendors, etc)

Also, do you strip out the SVN and other comments from &#039;baked&#039; files such as app_controller and app_model?

I think that&#039;s clear, let me know if otherwise 

- Thanks</description>
		<content:encoded><![CDATA[<p>i&#8217;m just getting into using SVN and PHPEclipse w/ my Cake apps..</p>
<p>had a couple questions &#8211; </p>
<p>Do you add all of your cake app directories to your repository? (config, vendors, etc)</p>
<p>Also, do you strip out the SVN and other comments from &#8216;baked&#8217; files such as app_controller and app_model?</p>
<p>I think that&#8217;s clear, let me know if otherwise </p>
<p>- Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
