<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Joe Song &#187; Bug Tracking</title> <atom:link href="http://joesong.com/category/development/bug-tracking-development/feed/" rel="self" type="application/rss+xml" /><link>http://joesong.com</link> <description>Development, music.</description> <lastBuildDate>Tue, 22 Jun 2010 04:37:09 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>Setting up Trac on Dreamhost</title><link>http://joesong.com/2008/12/setting-up-trac-on-dreamhost/</link> <comments>http://joesong.com/2008/12/setting-up-trac-on-dreamhost/#comments</comments> <pubDate>Wed, 31 Dec 2008 04:15:31 +0000</pubDate> <dc:creator>josephsong</dc:creator> <category><![CDATA[Bug Tracking]]></category> <category><![CDATA[Development]]></category> <category><![CDATA[bluehost]]></category> <category><![CDATA[dreamhost]]></category> <category><![CDATA[dreamy-trac]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[trac]]></category><guid
isPermaLink="false">http://joesong.com/?p=237</guid> <description><![CDATA[The following is what worked for me to get Trac up and running at Dreamhost. So, I just transferred my hosting from Bluehost to Dreamhost (very happily, by the way) and was in the process of moving my SVN repos from Assembla (only because DH offers them free and unlimited, otherwise very happy with Assembla) [...]]]></description> <content:encoded><![CDATA[<p>The following is what worked for me to get Trac up and running at Dreamhost.</p><p><img
class="alignleft size-full wp-image-239" style="margin: 5px;" title="trac_logo" src="http://joesong.com/wp-content/uploads/2008/12/trac_logo.png" alt="trac_logo" width="214" height="61" />So, I just transferred my hosting from Bluehost to Dreamhost (very happily, by the way) and was in the process of moving my SVN repos from Assembla (only because DH offers them free and unlimited, otherwise very happy with Assembla) when I figured I needed a bug tracking setup for client work.</p><p>Last night I tried a few and landed on Bug Genie. Solid interface, a little slow on the ajax (which might not be the fault of Bug Genie) but overall very good. The ajax was helpful and, in fact, I miss it in Trac, and it probably has more features that Trac.</p><p>And, I came back to Trac just because it is more common, right? But, having done my due diligence, I&#8217;m going with it.</p><p>Mostly, what I needed was <a
href="http://www.petarmaric.com/entry/2008/aug/22/trac-dreamhost-install/" target="_blank">Petar Marić&#8217;s dreamy-trac script</a>. FOR REAL. I tried creamy-trac and the AutoTracOnDreamHost and they both seemed useful but lead to other problems.</p><p>So, the second thing is to add the line</p><pre>password_store = HtPasswdStore</pre><p>to the trac.ini file which should be at /home/&lt;username&gt;/trac_projects/&lt;tracprojectname&gt;/conf/, and change the hash_method:</p><pre>hash_method = HtPasswdHashMethod</pre><p>Then turn off the trac.web.auth.loginmodule and turn on the acct_mgr.web_ui.accountmodule in the [components] section of the trac.ini, like so</p><pre>[components]
acct_mgr.* = enabled
acct_mgr.http.httpauthstore = enabled
acct_mgr.web_ui.accountmodule = enabled
trac.web.auth.loginmodule = disabled
webadmin.* = enabled</pre><p>And then, IF you want email notifications enabled smtp in the [notification] section, like so:</p><pre>smtp_enabled = true</pre><p>While in notifications I also set the smtp_from and smtp_replyto to a real address just for fun.</p><p>Also, I chose to use the AccountManager plugin instead of htaccess autorization so I stayed away from editing the .htaccess, but that&#8217;s my opinion.</p><p>And, that&#8217;s all I know.</p> ]]></content:encoded> <wfw:commentRss>http://joesong.com/2008/12/setting-up-trac-on-dreamhost/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: joesong.com @ 2010-07-31 09:29:02 -->