<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>rabidGadfly &#187; coldspring</title>
	<atom:link href="http://rabidgadfly.com/tag/coldspring/feed/" rel="self" type="application/rss+xml" />
	<link>http://rabidgadfly.com</link>
	<description>Simple Solutions to Nagging Coding Problems</description>
	<lastBuildDate>Wed, 19 Oct 2011 13:43:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>10 Easy Steps to set up Model-Glue 2: Unity on a Shared Host</title>
		<link>http://rabidgadfly.com/2009/04/10-easy-steps-to-set-up-model-glue-2-unity-on-a-shared-host/</link>
		<comments>http://rabidgadfly.com/2009/04/10-easy-steps-to-set-up-model-glue-2-unity-on-a-shared-host/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 15:43:35 +0000</pubDate>
		<dc:creator>rabidgadfly</dc:creator>
				<category><![CDATA[coldFusion]]></category>
		<category><![CDATA[modelGlue]]></category>
		<category><![CDATA[coldspring]]></category>
		<category><![CDATA[model-glue]]></category>
		<category><![CDATA[shared hosting]]></category>

		<guid isPermaLink="false">http://www.rabidgadfly.com/?p=110</guid>
		<description><![CDATA[Once I had it working, I was astounded by the simplicity. The only pre-requisite is that your server is running ColdFusion 8 or above. Here are the steps: Note that the following steps assume your site is already created Download ColdSpring. Unzip ColdSpring, rename the unzipped folder to &#8220;coldspring&#8221; and copy it into your site [...]]]></description>
			<content:encoded><![CDATA[<p>Once I had it working, I was astounded by the simplicity. The only pre-requisite is that your server is running ColdFusion 8 or above. Here are the steps:</p>
<p><em>Note that the following steps assume your site is already created</em></p>
<ol>
<li><a href="http://www.coldspringframework.org/" target="_blank">Download ColdSpring</a>.</li>
<li>Unzip ColdSpring, rename the unzipped folder to &#8220;coldspring&#8221; and copy it into your site root.</li>
<li><a href="http://www.model-glue.com/" target="_blank">Download Model-Glue</a>.</li>
<li>Unzip the Model-Glue archive into a temp folder.</li>
<li>Copy the Model-Glue folder into your site root.</li>
<li>Copy the <em>contents</em> of the /modelglueapplicationtemplate directory to your site root. Do NOT copy the folder itself.</li>
<li>From your site root, open /config/ColdSpring.xml and delete the two occurrences of &#8220;/modelglueapplicationtemplate&#8221; on lines 12 and 13. This should result in your viewMappings being &#8220;/views&#8221; and your generatedViewMapping being &#8220;/views/generated&#8221;</li>
<li>From your site root, open /config/ModelGlue.xml and delete &#8220;modelglueapplicationtemplate.&#8221; from line 3 making it &#8220;controller.Controller&#8221; instead of &#8220;modelglueapplicationtemplate.controller.Controller&#8221;.</li>
<li>Delete Application.cfm from your site root and replace it with the Application.cfc in <a href="http://www.rabidgadfly.com/misc/Application.zip">this zip file</a>.</li>
<li>Open Application.cfc and change the application name from <em>yourAppNameHere</em> to your application name. If you don&#8217;t know what to use, use your domain minus the dot, i.e., &#8220;myDomainCOM&#8221;.</li>
</ol>
<p>Providing your server is running ColdFusion 8 or above, you should now have a working Model-Glue site! To test it, open the site in your browser and you should see a message stating &#8220;Model-Glue is up and running!&#8221;</p>
<p>-rG</p>
]]></content:encoded>
			<wfw:commentRss>http://rabidgadfly.com/2009/04/10-easy-steps-to-set-up-model-glue-2-unity-on-a-shared-host/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

