<?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>the fish epic &#187; virtualbox</title>
	<atom:link href="http://thefishepic.ca/tag/virtualbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefishepic.ca</link>
	<description>story of the fish</description>
	<lastBuildDate>Sat, 04 Feb 2012 00:03:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ColdFusion, apache, virtualbox shared setup</title>
		<link>http://thefishepic.ca/2010/06/coldfusion-apache-virtualbox-shared-setup/</link>
		<comments>http://thefishepic.ca/2010/06/coldfusion-apache-virtualbox-shared-setup/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 05:39:56 +0000</pubDate>
		<dc:creator>Lois CP</dc:creator>
				<category><![CDATA[mundane]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[hax]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.thefishepic.ca/?p=404</guid>
		<description><![CDATA[My setup is super hackery and isn't necessary unless your VPN provider sucks and only supports Windows. Do not do try this at home without adult supervision.]]></description>
			<content:encoded><![CDATA[<p>My setup is super hackery and isn&#8217;t necessary unless your VPN provider sucks and only supports Windows. Do <strong>not</strong> do try this at home without adult supervision.</p>

<p>Preamble: I have an ubuntu host and a Windows XP virtual machine. I prefer doing most of my development in linux and it works out OK when I&#8217;m physically connected to the work network, but because a) I&#8217;m too lazy to copy over the MS SQL Server database to work locally somehow and 2) I don&#8217;t have a linux VPN client I have to do pretty much everything through VirtualBox. That is the way of the world. So here&#8217;s what I do&#8212;I can think of only one other person who might want this, but I&#8217;ll jot this down for posterity anyway:</p>

<p>1) Make everything work in ubuntu first&#8212;get all the needed tools (git, vim, etc.) and mappings in CFIDE working. Installing ColdFusion 8+ with Apache2 in ubuntu is a piece of cake nowadays.</p>

<p>1a) Little quirky step that&#8217;s just for me: symlink ~/Public to /var/www so I can do my development all inside my homedir.</p>

<p>2) Share ~/Public with the Windows virtual machine.</p>

<p>3) Install all the necessary tools in the Windows VM: git, vim, xampp, and ColdFusion. Make CF use Apache instead of the standalone server.</p>

<p>4) Fix up apache&#8217;s conf to include the UNC path (//vboxsvr/public) as an alias (to /public)</p>

<p>5) Map everything in CF Administrator with the UNC path, NOT THE MOUNTED PATH, FOR THE LOVE OF GOD.</p>
]]></content:encoded>
			<wfw:commentRss>http://thefishepic.ca/2010/06/coldfusion-apache-virtualbox-shared-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

