<?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: How-to Install Redmine on Ubuntu 8.04</title>
	<atom:link href="http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/feed/" rel="self" type="application/rss+xml" />
	<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/</link>
	<description></description>
	<lastBuildDate>Wed, 28 Nov 2012 13:08:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: joko</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-136</link>
		<dc:creator>joko</dc:creator>
		<pubDate>Thu, 27 May 2010 04:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-136</guid>
		<description><![CDATA[yes you&#039;re right,martin....
i just read the manual.. redmine include as a package, # apt-get install redmine-mysql or # apt-get install redmine-pgsql (CMIIW) :) 
thanx martin,]]></description>
		<content:encoded><![CDATA[<p>yes you&#8217;re right,martin&#8230;.<br />
i just read the manual.. redmine include as a package, # apt-get install redmine-mysql or # apt-get install redmine-pgsql (CMIIW) <img src='http://martinlanner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
thanx martin,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-132</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 26 May 2010 07:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-132</guid>
		<description><![CDATA[Should work just fine. Also, I think Redmine is now included as a package in Ubuntu 10.04 LTS that you can just apt-get. ]]></description>
		<content:encoded><![CDATA[<p>Should work just fine. Also, I think Redmine is now included as a package in Ubuntu 10.04 LTS that you can just apt-get. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joko</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-131</link>
		<dc:creator>joko</dc:creator>
		<pubDate>Tue, 25 May 2010 23:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-131</guid>
		<description><![CDATA[hello world,
i have 1 question, 
if I did not install phpmyadmin, whether it be a problem during the installation?? use manual like mysql &gt; create database redmine character set utf8;]]></description>
		<content:encoded><![CDATA[<p>hello world,<br />
i have 1 question,<br />
if I did not install phpmyadmin, whether it be a problem during the installation?? use manual like mysql > create database redmine character set utf8;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TrygveKor</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-75</link>
		<dc:creator>TrygveKor</dc:creator>
		<pubDate>Tue, 15 Dec 2009 05:56:57 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-75</guid>
		<description><![CDATA[Thanks a Martin, it is really a step-by-step-make-it-work post :)

Regards.]]></description>
		<content:encoded><![CDATA[<p>Thanks a Martin, it is really a step-by-step-make-it-work post <img src='http://martinlanner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Regards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phz(brazil)</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-73</link>
		<dc:creator>phz(brazil)</dc:creator>
		<pubDate>Thu, 12 Nov 2009 12:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-73</guid>
		<description><![CDATA[(sorry for my english, this sux! But not have other way)
For the start redmine on the boot i have make one change in command for crontab.

original:
@reboot cd /opt/redmine/redmine-0.7.2 ; rm -f log/mongrel.pid ; mongrel_rails start -e production -p 3000 -d

change:
@reboot ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock ;cd /opt/redmine/redmine-0.7.2 ; rm -f log/mongrel.pid ; mongrel_rails start -e production -p 3000 -d

This because after restart system always get ERROR 500 Internal, a symbolic link was removed when system is shutdown. The new command create one new link.

I read other pages about installation the redmine, but this is the best, easy and fast. 

Congratulations

and thx
 
phz]]></description>
		<content:encoded><![CDATA[<p>(sorry for my english, this sux! But not have other way)<br />
For the start redmine on the boot i have make one change in command for crontab.</p>
<p>original:<br />
@reboot cd /opt/redmine/redmine-0.7.2 ; rm -f log/mongrel.pid ; mongrel_rails start -e production -p 3000 -d</p>
<p>change:<br />
@reboot ln -s /var/run/mysqld/mysqld.sock /tmp/mysql.sock ;cd /opt/redmine/redmine-0.7.2 ; rm -f log/mongrel.pid ; mongrel_rails start -e production -p 3000 -d</p>
<p>This because after restart system always get ERROR 500 Internal, a symbolic link was removed when system is shutdown. The new command create one new link.</p>
<p>I read other pages about installation the redmine, but this is the best, easy and fast. </p>
<p>Congratulations</p>
<p>and thx</p>
<p>phz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Amadio</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-65</link>
		<dc:creator>Kyle Amadio</dc:creator>
		<pubDate>Mon, 24 Aug 2009 13:37:15 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-65</guid>
		<description><![CDATA[Thank you - set up exactly as noted on Ubuntu Karmic 9.10 64bit. Works perfectly]]></description>
		<content:encoded><![CDATA[<p>Thank you &#8211; set up exactly as noted on Ubuntu Karmic 9.10 64bit. Works perfectly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-28</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-28</guid>
		<description><![CDATA[Awsome guide!
I use Debian(Lenny) and it worked right away :)

Keep up the work :)]]></description>
		<content:encoded><![CDATA[<p>Awsome guide!<br />
I use Debian(Lenny) and it worked right away <img src='http://martinlanner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Keep up the work <img src='http://martinlanner.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: macada</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-23</link>
		<dc:creator>macada</dc:creator>
		<pubDate>Tue, 05 May 2009 01:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-23</guid>
		<description><![CDATA[Ive created another good howto about &lt;a href=&quot;http://wiki.ousli.org/index.php/RedmineUbuntu&quot; rel=&quot;nofollow&quot;&gt;Redmine in Ubuntu Jaunty 9.04&lt;/a&gt;.
let me know wht do you think about it]]></description>
		<content:encoded><![CDATA[<p>Ive created another good howto about <a href="http://wiki.ousli.org/index.php/RedmineUbuntu" rel="nofollow">Redmine in Ubuntu Jaunty 9.04</a>.<br />
let me know wht do you think about it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Japan Shah</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-20</link>
		<dc:creator>Japan Shah</dc:creator>
		<pubDate>Fri, 24 Apr 2009 11:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-20</guid>
		<description><![CDATA[this is another good reference to setup the redmine.

http://www.drinkingbird.net/blog/articles/2008/02/27/setting-up-a-redmine-site-on-ubuntu]]></description>
		<content:encoded><![CDATA[<p>this is another good reference to setup the redmine.</p>
<p><a href="http://www.drinkingbird.net/blog/articles/2008/02/27/setting-up-a-redmine-site-on-ubuntu" rel="nofollow">http://www.drinkingbird.net/blog/articles/2008/02/27/setting-up-a-redmine-site-on-ubuntu</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leh</title>
		<link>http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/comment-page-1/#comment-19</link>
		<dc:creator>Leh</dc:creator>
		<pubDate>Sun, 08 Mar 2009 01:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://martinlanner.com/2008/07/04/how-to-install-redmine-on-ubuntu-804/#comment-19</guid>
		<description><![CDATA[I have a redmine setup running using passanger. For configuration see the passanger documentation.

the only thing you should have an eye on is the user running the application. if you use webrick or mongrel you typically have some kind of &quot;capistrano&quot; or &quot;application&quot; user. If you&#039;re using passanger the application runs as www-data.
so make sure your www-data user can perform a checkout - you can simulate that with &quot;sudo su - www-data ; svn co your-repo&quot;. There may be an issue for svn writing its configuration to /var/www which is www-datas home.

I hope this helps.
greetings]]></description>
		<content:encoded><![CDATA[<p>I have a redmine setup running using passanger. For configuration see the passanger documentation.</p>
<p>the only thing you should have an eye on is the user running the application. if you use webrick or mongrel you typically have some kind of &#8220;capistrano&#8221; or &#8220;application&#8221; user. If you&#8217;re using passanger the application runs as www-data.<br />
so make sure your www-data user can perform a checkout &#8211; you can simulate that with &#8220;sudo su &#8211; www-data ; svn co your-repo&#8221;. There may be an issue for svn writing its configuration to /var/www which is www-datas home.</p>
<p>I hope this helps.<br />
greetings</p>
]]></content:encoded>
	</item>
</channel>
</rss>
