<?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"
	>
<channel>
	<title>Comments on: Setting up a Catalyst development environment</title>
	<atom:link href="http://www.sitepoint.com/blogs/2005/11/22/setting-up-a-catalyst-development-environment/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sitepoint.com/blogs/2005/11/22/setting-up-a-catalyst-development-environment/</link>
	<description></description>
	<pubDate>Thu, 28 Aug 2008 12:02:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: tphyahoo</title>
		<link>http://www.sitepoint.com/blogs/2005/11/22/setting-up-a-catalyst-development-environment/#comment-12259</link>
		<dc:creator>tphyahoo</dc:creator>
		<pubDate>Fri, 23 Dec 2005 15:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1318#comment-12259</guid>
		<description>Regarding setting catalyst up on a shared server, the situation may be improving. See recent posts at http://dev.catalyst.perl.org/wiki/Dreamhost . To be truthful, I am still in the information gathering stage and haven't really started installing this, after my initial attempts went awary. But judging by comments on the mailing list, it may not be as bad as all that.</description>
		<content:encoded><![CDATA[<p>Regarding setting catalyst up on a shared server, the situation may be improving. See recent posts at <a href="http://dev.catalyst.perl.org/wiki/Dreamhost" rel="nofollow">http://dev.catalyst.perl.org/wiki/Dreamhost</a> . To be truthful, I am still in the information gathering stage and haven&#8217;t really started installing this, after my initial attempts went awary. But judging by comments on the mailing list, it may not be as bad as all that.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Bonobo</title>
		<link>http://www.sitepoint.com/blogs/2005/11/22/setting-up-a-catalyst-development-environment/#comment-12143</link>
		<dc:creator>Bonobo</dc:creator>
		<pubDate>Mon, 19 Dec 2005 18:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1318#comment-12143</guid>
		<description>Sorry to say, but this is a disappointing doc. The title implies that there is going to be some tips on setting up a dev environment and the reality is that it only tells how (or not to) install Catalyst on *nix or windows.
Where are the build tips? For example how about giving details on setting up a multi user development environment with instructions for configuring apache to allow users to develop and test their apps?
We run a build environment (and we are EXTREMELY new to catalyst) where all users have a development environment to build their own apps within their home directories. The apps can then run by setting up apache &#38; mod_perl so the url for the app is www.somesite.org/~user/perl/MyApp

I dont know if this is the best way, thats why I was looking for a doc like this.
Sorry dude.</description>
		<content:encoded><![CDATA[<p>Sorry to say, but this is a disappointing doc. The title implies that there is going to be some tips on setting up a dev environment and the reality is that it only tells how (or not to) install Catalyst on *nix or windows.<br />
Where are the build tips? For example how about giving details on setting up a multi user development environment with instructions for configuring apache to allow users to develop and test their apps?<br />
We run a build environment (and we are EXTREMELY new to catalyst) where all users have a development environment to build their own apps within their home directories. The apps can then run by setting up apache &amp; mod_perl so the url for the app is <a href="http://www.somesite.org/~user/perl/MyApp" rel="nofollow">http://www.somesite.org/~user/perl/MyApp</a></p>
<p>I dont know if this is the best way, thats why I was looking for a doc like this.<br />
Sorry dude.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: HarryF</title>
		<link>http://www.sitepoint.com/blogs/2005/11/22/setting-up-a-catalyst-development-environment/#comment-11146</link>
		<dc:creator>HarryF</dc:creator>
		<pubDate>Wed, 23 Nov 2005 21:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1318#comment-11146</guid>
		<description>&lt;blockquote&gt;
Also can’t remember right now if there’s other Ubuntu packages needing installation for CPAN "to work", e.g. build tools. Will fill in some other time.
&lt;/blockquote&gt;

OK - checked out with an clean Ubuntu install - forgot Ubuntu doesn't have gcc - fix with;

$ sudo apt-get install gcc</description>
		<content:encoded><![CDATA[<blockquote><p>
Also can’t remember right now if there’s other Ubuntu packages needing installation for CPAN &#8220;to work&#8221;, e.g. build tools. Will fill in some other time.
</p></blockquote>
<p>OK - checked out with an clean Ubuntu install - forgot Ubuntu doesn&#8217;t have gcc - fix with;</p>
<p>$ sudo apt-get install gcc</p>]]></content:encoded>
	</item>
	<item>
		<title>By: HarryF</title>
		<link>http://www.sitepoint.com/blogs/2005/11/22/setting-up-a-catalyst-development-environment/#comment-11105</link>
		<dc:creator>HarryF</dc:creator>
		<pubDate>Wed, 23 Nov 2005 11:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1318#comment-11105</guid>
		<description>&lt;blockquote&gt;
Uck. Was this a link farm or an attempt at a tutorial? What was the point again? How to get something installed on Windows, or that we should be all be using Linux anyway?
&lt;/blockquote&gt;

Just recording notes on an ongoing experience with Catalyst (see &lt;a href="http://www.sitepoint.com/blogs/2005/11/18/looking-at-catalyst/" rel="nofollow"&gt;here&lt;/a&gt; , &lt;a href="http://www.sitepoint.com/blogs/2005/11/21/catalyst-impressions/" rel="nofollow"&gt;here&lt;/a&gt; and &lt;a href="http://www.sitepoint.com/blogs/2005/11/22/who-gets-rest/" rel="nofollow"&gt;here&lt;/a&gt;) ) and covering issues which don't show up in the Catalyst docs.

I'm assuming general technical proficiency but not in-depth knowledge of Perl or Catalyst. Meanwhile avoiding a step-by-step tutorial as it's not needed - the Catalyst docs are good plus there's a ton of general material on Perl. And there isn't time anyway.

My apologies if it reads like a &lt;a href="http://en.wikipedia.org/wiki/Stream_of_consciousness" rel="nofollow"&gt;stream of consciousness&lt;/a&gt;. Should get a little more meaty soon.</description>
		<content:encoded><![CDATA[<blockquote><p>
Uck. Was this a link farm or an attempt at a tutorial? What was the point again? How to get something installed on Windows, or that we should be all be using Linux anyway?
</p></blockquote>
<p>Just recording notes on an ongoing experience with Catalyst (see <a href="http://www.sitepoint.com/blogs/2005/11/18/looking-at-catalyst/" rel="nofollow">here</a> , <a href="http://www.sitepoint.com/blogs/2005/11/21/catalyst-impressions/" rel="nofollow">here</a> and <a href="http://www.sitepoint.com/blogs/2005/11/22/who-gets-rest/" rel="nofollow">here</a>) ) and covering issues which don&#8217;t show up in the Catalyst docs.</p>
<p>I&#8217;m assuming general technical proficiency but not in-depth knowledge of Perl or Catalyst. Meanwhile avoiding a step-by-step tutorial as it&#8217;s not needed - the Catalyst docs are good plus there&#8217;s a ton of general material on Perl. And there isn&#8217;t time anyway.</p>
<p>My apologies if it reads like a <a href="http://en.wikipedia.org/wiki/Stream_of_consciousness" rel="nofollow">stream of consciousness</a>. Should get a little more meaty soon.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: willthiswork</title>
		<link>http://www.sitepoint.com/blogs/2005/11/22/setting-up-a-catalyst-development-environment/#comment-11101</link>
		<dc:creator>willthiswork</dc:creator>
		<pubDate>Wed, 23 Nov 2005 08:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1318#comment-11101</guid>
		<description>&lt;blockquote&gt;Uck. Was this a link farm or an attempt at a tutorial?&lt;/blockquote&gt;

Or maybe it was simply an interesting multipart post to read?
O_O</description>
		<content:encoded><![CDATA[<blockquote><p>Uck. Was this a link farm or an attempt at a tutorial?</p></blockquote>
<p>Or maybe it was simply an interesting multipart post to read?<br />
O_O</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.sitepoint.com/blogs/2005/11/22/setting-up-a-catalyst-development-environment/#comment-11091</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 23 Nov 2005 01:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sitepoint.com/blogs/?p=1318#comment-11091</guid>
		<description>Uck. Was this a link farm or an attempt at a tutorial? What was the point again? How to get something installed on Windows, or that we should be all be using Linux anyway?</description>
		<content:encoded><![CDATA[<p>Uck. Was this a link farm or an attempt at a tutorial? What was the point again? How to get something installed on Windows, or that we should be all be using Linux anyway?</p>]]></content:encoded>
	</item>
</channel>
</rss>
