<?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: Install Redmine 0.8.1 on Ubuntu Server 9.04</title>
	<atom:link href="http://www.naumann.cc/?feed=rss2&#038;p=85" rel="self" type="application/rss+xml" />
	<link>http://www.naumann.cc/?p=85</link>
	<description>online at least</description>
	<lastBuildDate>Thu, 11 Feb 2010 19:04:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Martijn</title>
		<link>http://www.naumann.cc/?p=85&#038;cpage=1#comment-4226</link>
		<dc:creator>Martijn</dc:creator>
		<pubDate>Wed, 25 Nov 2009 16:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.naumann.cc/?p=85#comment-4226</guid>
		<description>Great, this got me started with redmine in less than 30 minutes. Thanks.</description>
		<content:encoded><![CDATA[<p>Great, this got me started with redmine in less than 30 minutes. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.naumann.cc/?p=85&#038;cpage=1#comment-4175</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 29 Oct 2009 15:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.naumann.cc/?p=85#comment-4175</guid>
		<description>Thanks, I&#039;ve added ruby-dev.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve added ruby-dev.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steph</title>
		<link>http://www.naumann.cc/?p=85&#038;cpage=1#comment-4173</link>
		<dc:creator>steph</dc:creator>
		<pubDate>Wed, 28 Oct 2009 14:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.naumann.cc/?p=85#comment-4173</guid>
		<description>Fine howto thanks, only missing an &quot;apt-get install ruby-dev&quot; to make things work well (like mongrel install)</description>
		<content:encoded><![CDATA[<p>Fine howto thanks, only missing an &#8220;apt-get install ruby-dev&#8221; to make things work well (like mongrel install)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitke</title>
		<link>http://www.naumann.cc/?p=85&#038;cpage=1#comment-3819</link>
		<dc:creator>Vitke</dc:creator>
		<pubDate>Wed, 22 Jul 2009 16:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.naumann.cc/?p=85#comment-3819</guid>
		<description>Sorry, my mistake: I have chosen a wrong password.</description>
		<content:encoded><![CDATA[<p>Sorry, my mistake: I have chosen a wrong password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitke</title>
		<link>http://www.naumann.cc/?p=85&#038;cpage=1#comment-3818</link>
		<dc:creator>Vitke</dc:creator>
		<pubDate>Wed, 22 Jul 2009 16:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.naumann.cc/?p=85#comment-3818</guid>
		<description>When I do

rake db:migrate RAILS_ENV=&quot;production&quot;

I get

rake aborted!
FATAL	C28000	Mpassword authentication failed for user &quot;redmine&quot;	Fauth.cL1003	Rauth_failed</description>
		<content:encoded><![CDATA[<p>When I do</p>
<p>rake db:migrate RAILS_ENV=&#8221;production&#8221;</p>
<p>I get</p>
<p>rake aborted!<br />
FATAL	C28000	Mpassword authentication failed for user &#8220;redmine&#8221;	Fauth.cL1003	Rauth_failed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.naumann.cc/?p=85&#038;cpage=1#comment-2003</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 04 Jun 2009 15:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.naumann.cc/?p=85#comment-2003</guid>
		<description>I didn&#039;t write an init.d script that far for mongrel, I had a quick look at google:

http://source.mihelac.org/2007/3/27/customized-mongrel-startup-script

could be a solution, but it&#039;s for redhat, so you might have to change some paths.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t write an init.d script that far for mongrel, I had a quick look at google:</p>
<p><a href="http://source.mihelac.org/2007/3/27/customized-mongrel-startup-script" rel="nofollow">http://source.mihelac.org/2007/3/27/customized-mongrel-startup-script</a></p>
<p>could be a solution, but it&#8217;s for redhat, so you might have to change some paths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rodsta</title>
		<link>http://www.naumann.cc/?p=85&#038;cpage=1#comment-2002</link>
		<dc:creator>rodsta</dc:creator>
		<pubDate>Thu, 04 Jun 2009 14:47:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.naumann.cc/?p=85#comment-2002</guid>
		<description>great step-by-step... thanks.
I would like to startup the server using mongrel at boot time (using init.d).
Do you mind in posting a script / instructions to do this?

best,
r.</description>
		<content:encoded><![CDATA[<p>great step-by-step&#8230; thanks.<br />
I would like to startup the server using mongrel at boot time (using init.d).<br />
Do you mind in posting a script / instructions to do this?</p>
<p>best,<br />
r.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
