<?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 for Software Development</title>
	<atom:link href="http://www.jamestoyer.me.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamestoyer.me.uk</link>
	<description>Ramblings of a Software Developer</description>
	<lastBuildDate>Tue, 23 Aug 2011 23:00:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by TJ</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-2558</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Tue, 23 Aug 2011 23:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-2558</guid>
		<description>I got until rake generate_session_store, and I got the following error(s):


root@tjs-laptop:/var/www/redmine# rake generate_session_store
rake/rdoctask is deprecated.  Use rdoc/task instead (in RDoc 2.4.2+)
rake aborted!
uninitialized constant ActiveSupport::Dependencies::Mutex
(See full trace by running task with --trace)

Any help??</description>
		<content:encoded><![CDATA[<p>I got until rake generate_session_store, and I got the following error(s):</p>
<p>root@tjs-laptop:/var/www/redmine# rake generate_session_store<br />
rake/rdoctask is deprecated.  Use rdoc/task instead (in RDoc 2.4.2+)<br />
rake aborted!<br />
uninitialized constant ActiveSupport::Dependencies::Mutex<br />
(See full trace by running task with &#8211;trace)</p>
<p>Any help??</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by Bill Ellis</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-1810</link>
		<dc:creator>Bill Ellis</dc:creator>
		<pubDate>Sat, 14 May 2011 20:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-1810</guid>
		<description>it worked with Ubuntu 11.04 I am looking for advance subversion now has anyone got that working yet?</description>
		<content:encoded><![CDATA[<p>it worked with Ubuntu 11.04 I am looking for advance subversion now has anyone got that working yet?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by hendro utomo</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-286</link>
		<dc:creator>hendro utomo</dc:creator>
		<pubDate>Wed, 29 Dec 2010 03:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-286</guid>
		<description>hi,....i want to ask something,...for my redmine instance, i want it to run through http://localhost/redmine,..how do i do it exactly? any help please?</description>
		<content:encoded><![CDATA[<p>hi,&#8230;.i want to ask something,&#8230;for my redmine instance, i want it to run through <a href="http://localhost/redmine,..how" rel="nofollow">http://localhost/redmine,..how</a> do i do it exactly? any help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by hendro utomo</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-285</link>
		<dc:creator>hendro utomo</dc:creator>
		<pubDate>Wed, 29 Dec 2010 03:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-285</guid>
		<description>thank you very much for your tutorial</description>
		<content:encoded><![CDATA[<p>thank you very much for your tutorial</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by Pier-Luc Caron St-Pierre</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-229</link>
		<dc:creator>Pier-Luc Caron St-Pierre</dc:creator>
		<pubDate>Fri, 17 Dec 2010 03:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-229</guid>
		<description>Hello,

In the line

sudo apt-get install apache2-prefork-dev libapr1-dev libaprutil1-dev

I think you miss the libcurl4-openssl-dev. The line should be :

sudo apt-get install apache2-prefork-dev libapr1-dev libaprutil1-dev libcurl4-openssl-dev 

Thanks you very much for your tutorial!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>In the line</p>
<p>sudo apt-get install apache2-prefork-dev libapr1-dev libaprutil1-dev</p>
<p>I think you miss the libcurl4-openssl-dev. The line should be :</p>
<p>sudo apt-get install apache2-prefork-dev libapr1-dev libaprutil1-dev libcurl4-openssl-dev </p>
<p>Thanks you very much for your tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by James Toyer</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-221</link>
		<dc:creator>James Toyer</dc:creator>
		<pubDate>Wed, 15 Dec 2010 21:23:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-221</guid>
		<description>There seems to be many people complaining about this. 

I must admit I haven&#039;t tried it with ubuntu 10.04.1, however, I feel I should probably do an updated version of this guide for 10.04.1 and 10.10 in the near future. Most likely I&#039;ll do it over Christmas

James</description>
		<content:encoded><![CDATA[<p>There seems to be many people complaining about this. </p>
<p>I must admit I haven&#8217;t tried it with ubuntu 10.04.1, however, I feel I should probably do an updated version of this guide for 10.04.1 and 10.10 in the near future. Most likely I&#8217;ll do it over Christmas</p>
<p>James</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by frustrated redmine firstimer</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-215</link>
		<dc:creator>frustrated redmine firstimer</dc:creator>
		<pubDate>Wed, 15 Dec 2010 09:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-215</guid>
		<description>Thank you for adding what appears to be useful documentation. I wish it worked for me. 

I can say that none of the tutorials at redmine nor this one works for 10.04.1. Why? I do not know. No guide has been thorough enough to make any sense as to what configuration directives mean nor what packages are essential. 

When noted as essential I&#039;ve built from gem repositories, otherwise Ubuntu packages because I do not want the management burden of staying up on patches on a production system. Installing a web application (redmine) from a package seems sloppy and linking from the package-installed destination to a real web space on a separate partition is just a janky way of doing things. 

My attempts at getting libapache2-mod-passenger operational fails miserably. My redmine setup works great from command-line webrick startup. Converting to Apache serving the web application is something still alluding me. 

About your application&#039;s environment
Ruby version              1.8.7 (i486-linux)
RubyGems version          1.3.5
Rack version              1.0
Rails version             2.3.5
Active Record version     2.3.5
Active Resource version   2.3.5
Action Mailer version     2.3.5
Active Support version    2.3.5
Edge Rails revision       unknown
Application root          /data/www/administrationApps/redmine-1.0.4
Environment               production
Database adapter          mysql
Database schema version   20100819172912</description>
		<content:encoded><![CDATA[<p>Thank you for adding what appears to be useful documentation. I wish it worked for me. </p>
<p>I can say that none of the tutorials at redmine nor this one works for 10.04.1. Why? I do not know. No guide has been thorough enough to make any sense as to what configuration directives mean nor what packages are essential. </p>
<p>When noted as essential I&#8217;ve built from gem repositories, otherwise Ubuntu packages because I do not want the management burden of staying up on patches on a production system. Installing a web application (redmine) from a package seems sloppy and linking from the package-installed destination to a real web space on a separate partition is just a janky way of doing things. </p>
<p>My attempts at getting libapache2-mod-passenger operational fails miserably. My redmine setup works great from command-line webrick startup. Converting to Apache serving the web application is something still alluding me. </p>
<p>About your application&#8217;s environment<br />
Ruby version              1.8.7 (i486-linux)<br />
RubyGems version          1.3.5<br />
Rack version              1.0<br />
Rails version             2.3.5<br />
Active Record version     2.3.5<br />
Active Resource version   2.3.5<br />
Action Mailer version     2.3.5<br />
Active Support version    2.3.5<br />
Edge Rails revision       unknown<br />
Application root          /data/www/administrationApps/redmine-1.0.4<br />
Environment               production<br />
Database adapter          mysql<br />
Database schema version   20100819172912</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by Jason</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-171</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 02 Dec 2010 01:59:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-171</guid>
		<description>Does this guide still work on 10.04.1?
I&#039;ve seen a few guides out there that were broken (in 10.04.1) and I can&#039;t seem to get Redmine installed and running correctly with any of them. Can someone confirm?</description>
		<content:encoded><![CDATA[<p>Does this guide still work on 10.04.1?<br />
I&#8217;ve seen a few guides out there that were broken (in 10.04.1) and I can&#8217;t seem to get Redmine installed and running correctly with any of them. Can someone confirm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by Le weblog de François</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-166</link>
		<dc:creator>Le weblog de François</dc:creator>
		<pubDate>Mon, 29 Nov 2010 22:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-166</guid>
		<description>&lt;strong&gt;Retour au bercail...&lt;/strong&gt;

Retour de mon blog sur jan.nom.fr : j&#039;ai rapatrié le répertoire upload, réinstallé serendipity depuis les dépôts officiels et j&#039;ai importé la base de données MySQL après avoir pris soin de changer le nom de la base que mon hébergeur m&#039;avait contrain...</description>
		<content:encoded><![CDATA[<p><strong>Retour au bercail&#8230;</strong></p>
<p>Retour de mon blog sur jan.nom.fr : j&#8217;ai rapatrié le répertoire upload, réinstallé serendipity depuis les dépôts officiels et j&#8217;ai importé la base de données MySQL après avoir pris soin de changer le nom de la base que mon hébergeur m&#8217;avait contrain&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Redmine and Subversion on Ubuntu 10.04 by James Toyer</title>
		<link>http://www.jamestoyer.me.uk/how-tos/installing-redmine-and-subversion-on-ubuntu-10-04/comment-page-1/#comment-73</link>
		<dc:creator>James Toyer</dc:creator>
		<pubDate>Mon, 11 Oct 2010 21:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamestoyer.me.uk/?page_id=157#comment-73</guid>
		<description>&lt;a href=&quot;#comment-72&quot; rel=&quot;nofollow&quot;&gt;@Gulab Pasha&lt;/a&gt; 

The first thing to say is to make sure that things that have to be of a certain version haven&#039;t been updated. For example rails, rack and rake. See above to make sure you install the correct version. Secondly, if all that seems to be in check then open up /home/redime/config/environment.rb and find line 65. Make sure that it reads ENV[&#039;PATH&#039;] =&quot;#{ENV[&#039;PATH&#039;]}/svn&quot;. That would be what I would do. Failing that download Redmine again, or if you used svn, check out the latest version and follow the steps &lt;a href=&quot;http://www.redmine.org/wiki/1/RedmineUpgrade&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-72" rel="nofollow">@Gulab Pasha</a> </p>
<p>The first thing to say is to make sure that things that have to be of a certain version haven&#8217;t been updated. For example rails, rack and rake. See above to make sure you install the correct version. Secondly, if all that seems to be in check then open up /home/redime/config/environment.rb and find line 65. Make sure that it reads ENV['PATH'] =&#8221;#{ENV['PATH']}/svn&#8221;. That would be what I would do. Failing that download Redmine again, or if you used svn, check out the latest version and follow the steps <a href="http://www.redmine.org/wiki/1/RedmineUpgrade" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

