<?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: GitHub Clone with Redmine</title>
	<atom:link href="http://xdissent.com/2010/05/04/github-clone-with-redmine/feed/" rel="self" type="application/rss+xml" />
	<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/</link>
	<description>Ride the Lightning</description>
	<lastBuildDate>Tue, 01 May 2012 22:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Jgrilo1</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-1085</link>
		<dc:creator>Jgrilo1</dc:creator>
		<pubDate>Tue, 01 May 2012 22:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-1085</guid>
		<description>Hey! great article. Any way you can release a VM all setup for us? just clone your VM?</description>
		<content:encoded><![CDATA[<p>Hey! great article. Any way you can release a VM all setup for us? just clone your VM?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Broadbent</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-1084</link>
		<dc:creator>Nathan Broadbent</dc:creator>
		<pubDate>Mon, 09 Jan 2012 22:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-1084</guid>
		<description>Thank you. This is a very well written tutorial.</description>
		<content:encoded><![CDATA[<p>Thank you. This is a very well written tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TechnoTim</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-1083</link>
		<dc:creator>TechnoTim</dc:creator>
		<pubDate>Mon, 09 Jan 2012 04:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-1083</guid>
		<description>Hi thanks for the guide.  Everything works up until I create a project.  As soon as I do I get 
Internal error
An error occurred on the page you were trying to access.If you continue to experience problems please contact your Redmine administrator for assistance.
If you are the Redmine administrator, check your log files for details about the error.</description>
		<content:encoded><![CDATA[<p>Hi thanks for the guide.  Everything works up until I create a project.  As soon as I do I get <br />
Internal error<br />
An error occurred on the page you were trying to access.If you continue to experience problems please contact your Redmine administrator for assistance.<br />
If you are the Redmine administrator, check your log files for details about the error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jehoshua02</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-1073</link>
		<dc:creator>jehoshua02</dc:creator>
		<pubDate>Sat, 03 Dec 2011 14:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-1073</guid>
		<description>I almost forgot, there&#039;s a bit near the beginning, after installing acl, where the acl option is added to /etc/fstab. This is very important! It&#039;s also important to reboot to apply the change. Your redmine user probably won&#039;t be able to output the gitosis private key otherwise.</description>
		<content:encoded><![CDATA[<p>I almost forgot, there&#8217;s a bit near the beginning, after installing acl, where the acl option is added to /etc/fstab. This is very important! It&#8217;s also important to reboot to apply the change. Your redmine user probably won&#8217;t be able to output the gitosis private key otherwise.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jehoshua02</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-1072</link>
		<dc:creator>jehoshua02</dc:creator>
		<pubDate>Sat, 03 Dec 2011 13:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-1072</guid>
		<description>If you can&#039;t do this:

    sudo -u redmine cat ~redmine/apps/redmine/vendor/plugins/redmine-gitosis/extra/ssh/private_key

Then you&#039;ll probably get 500 when trying to create a new project and something like this in your `production.log`:

    Errno::ENOENT (No such file or directory – /tmp/redmine-gitosis-1274801366/gitosis/gitosis.conf)

I fixed it by adding on more acl rule to grant redmine user execute on `/opt/gitosis`:

    sudo setfacl -m user:redmine:r-x,mask:r-x ~git/

Now run this to verify:

    sudo -u redmine cat ~redmine/apps/redmine/vendor/plugins/redmine-gitosis/extra/ssh/private_key

If it doesn&#039;t output the private key, get help. Try #ubuntu irc channel on freenode.net. Politely ask for help troubleshooting. Be ready to run some command and provide the output using something like gist.github.com.

You&#039;re almost there!</description>
		<content:encoded><![CDATA[<p>If you can&#8217;t do this:</p>
<p>    sudo -u redmine cat ~redmine/apps/redmine/vendor/plugins/redmine-gitosis/extra/ssh/private_key</p>
<p>Then you&#8217;ll probably get 500 when trying to create a new project and something like this in your `production.log`:</p>
<p>    Errno::ENOENT (No such file or directory – /tmp/redmine-gitosis-1274801366/gitosis/gitosis.conf)</p>
<p>I fixed it by adding on more acl rule to grant redmine user execute on `/opt/gitosis`:</p>
<p>    sudo setfacl -m user:redmine:r-x,mask:r-x ~git/</p>
<p>Now run this to verify:</p>
<p>    sudo -u redmine cat ~redmine/apps/redmine/vendor/plugins/redmine-gitosis/extra/ssh/private_key</p>
<p>If it doesn&#8217;t output the private key, get help. Try #ubuntu irc channel on freenode.net. Politely ask for help troubleshooting. Be ready to run some command and provide the output using something like gist.github.com.</p>
<p>You&#8217;re almost there!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Álvaro Justen - Turicas</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-1049</link>
		<dc:creator>Álvaro Justen - Turicas</dc:creator>
		<pubDate>Tue, 08 Nov 2011 12:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-1049</guid>
		<description>Thanks for the very detailed tutorial -- but redmine-gitosis didn&#039;t work here (it is not that kind of good-quality software :-/).

Just a detail: you forgot to add &quot;net-ssh&quot; in the &quot;gem install&quot; list - it is needed since the fetch of the repository is done via SSH.</description>
		<content:encoded><![CDATA[<p>Thanks for the very detailed tutorial &#8212; but redmine-gitosis didn&#8217;t work here (it is not that kind of good-quality software :-/).</p>
<p>Just a detail: you forgot to add &#8220;net-ssh&#8221; in the &#8220;gem install&#8221; list &#8211; it is needed since the fetch of the repository is done via SSH.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-1040</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sun, 30 Oct 2011 02:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-1040</guid>
		<description>Excellent article! I am a linux newbie and I was able to follow this from start to finish with no errors. Finally a walk-through that works. Thanks for putting this up.

The installation currently runs on myhost.com/redmine - is there an easy way to make it run on just myhost.com? without the need for the directory.

I&#039;m wondering if that is the Mongrel piece you said we didn&#039;t need to any more about :-)</description>
		<content:encoded><![CDATA[<p>Excellent article! I am a linux newbie and I was able to follow this from start to finish with no errors. Finally a walk-through that works. Thanks for putting this up.</p>
<p>The installation currently runs on myhost.com/redmine &#8211; is there an easy way to make it run on just myhost.com? without the need for the directory.</p>
<p>I&#8217;m wondering if that is the Mongrel piece you said we didn&#8217;t need to any more about <img src='http://xdissent.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed Alsemany</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-1017</link>
		<dc:creator>Mohamed Alsemany</dc:creator>
		<pubDate>Tue, 18 Oct 2011 05:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-1017</guid>
		<description>That&#039;s great 
I will try this on my local server

I just want to know if this can be installed on CentOS or Fedora</description>
		<content:encoded><![CDATA[<p>That&#8217;s great<br />
I will try this on my local server</p>
<p>I just want to know if this can be installed on CentOS or Fedora</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duael</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-811</link>
		<dc:creator>Duael</dc:creator>
		<pubDate>Wed, 01 Jun 2011 13:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-811</guid>
		<description>I solved my issues by forcing RAILS_ENV to &#039;production&#039; in redmine/config/environment.rb

Hope this can help</description>
		<content:encoded><![CDATA[<p>I solved my issues by forcing RAILS_ENV to &#8216;production&#8217; in redmine/config/environment.rb</p>
<p>Hope this can help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duael</title>
		<link>http://xdissent.com/2010/05/04/github-clone-with-redmine/#comment-810</link>
		<dc:creator>Duael</dc:creator>
		<pubDate>Wed, 01 Jun 2011 10:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://xdissent.com/?p=170#comment-810</guid>
		<description>Hi !

First time I load the my/public_keys page it works perfectly but since I refresh it I get a undefined method `gitosis_public_keys&#039; error.
I tried a lot of things but I am not a ruby developer so please help me to get xdissent/redmine_gitosis running !

Thanks</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>First time I load the my/public_keys page it works perfectly but since I refresh it I get a undefined method `gitosis_public_keys&#8217; error.<br />
I tried a lot of things but I am not a ruby developer so please help me to get xdissent/redmine_gitosis running !</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

