<?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: AutoTracOnDreamHost v1.1.0</title>
	<atom:link href="http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/</link>
	<description>soapbox and search engine spam</description>
	<lastBuildDate>Sun, 29 Aug 2010 11:35:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anand Sankaran</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-16075</link>
		<dc:creator>Anand Sankaran</dc:creator>
		<pubDate>Sat, 04 Apr 2009 13:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-16075</guid>
		<description>Many many thanks for this.  I had to comment out line 81 for the sed error too, but it went past it.

BTW, is there a way to make this use fcgi instead of cgi?  Is it a question of renaming index.cgi to index.fcgi and updating the .htaccess file?</description>
		<content:encoded><![CDATA[<p>Many many thanks for this.  I had to comment out line 81 for the sed error too, but it went past it.</p>
<p>BTW, is there a way to make this use fcgi instead of cgi?  Is it a question of renaming index.cgi to index.fcgi and updating the .htaccess file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael J.</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-8502</link>
		<dc:creator>Michael J.</dc:creator>
		<pubDate>Tue, 13 Jan 2009 04:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-8502</guid>
		<description>@Phantamith

Ah, sorry understood now.  I think you&#039;ve got to install some more advanced user management plugin to get that behavior.  Under the current setup you could have a user &#039;anonymous&#039; with password &#039;password&#039; that has no permission to make tickets etc - but users would still have to login as &#039;anonymous&#039; to just browse around.  I believe this will be the case as long as you&#039;re doing the basic .htaccess/.htpasswd authentication.

Cheers

Mike</description>
		<content:encoded><![CDATA[<p>@Phantamith</p>
<p>Ah, sorry understood now.  I think you&#8217;ve got to install some more advanced user management plugin to get that behavior.  Under the current setup you could have a user &#8216;anonymous&#8217; with password &#8216;password&#8217; that has no permission to make tickets etc &#8211; but users would still have to login as &#8216;anonymous&#8217; to just browse around.  I believe this will be the case as long as you&#8217;re doing the basic .htaccess/.htpasswd authentication.</p>
<p>Cheers</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phantamith</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-8494</link>
		<dc:creator>Phantamith</dc:creator>
		<pubDate>Tue, 13 Jan 2009 04:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-8494</guid>
		<description>@Michael

Yes I did happen to see that, I am having no problems authenticating.  However was wondering if I could open my trac site up so that users wouldn&#039;t have to logon to simply view the Trac Site, though I would still require users to logon if they needed to create/modify tickets, wiki&#039;s, etc...

Thanks
Phantamith</description>
		<content:encoded><![CDATA[<p>@Michael</p>
<p>Yes I did happen to see that, I am having no problems authenticating.  However was wondering if I could open my trac site up so that users wouldn&#8217;t have to logon to simply view the Trac Site, though I would still require users to logon if they needed to create/modify tickets, wiki&#8217;s, etc&#8230;</p>
<p>Thanks<br />
Phantamith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael J.</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-8479</link>
		<dc:creator>Michael J.</dc:creator>
		<pubDate>Tue, 13 Jan 2009 03:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-8479</guid>
		<description>@ Phantamith:

At the end of site.sh you&#039;ll see the lines

#Create .htpasswd file for trac admin with password htpasswd -bc ${HTPASSWD} $TRAC_USER &quot;$TRAC_PASSWORD&quot; 

Those should have created an .htpasswd file for whatever you set TRAC_USER and TRAC_PASSWORD to in the interactive part.  That&#039;s what trac is using for authentication.  If you didn&#039;t change them, the defaults are

TRAC_USER=admin;
TRAC_PASSWORD=password;

You want to make sure your .htpasswd and .htaccess files are readable by the dreamhost apache user.  Beyond that, it should work.

&#039;man htpasswd&#039; for more details.</description>
		<content:encoded><![CDATA[<p>@ Phantamith:</p>
<p>At the end of site.sh you&#8217;ll see the lines</p>
<p>#Create .htpasswd file for trac admin with password htpasswd -bc ${HTPASSWD} $TRAC_USER &#8220;$TRAC_PASSWORD&#8221; </p>
<p>Those should have created an .htpasswd file for whatever you set TRAC_USER and TRAC_PASSWORD to in the interactive part.  That&#8217;s what trac is using for authentication.  If you didn&#8217;t change them, the defaults are</p>
<p>TRAC_USER=admin;<br />
TRAC_PASSWORD=password;</p>
<p>You want to make sure your .htpasswd and .htaccess files are readable by the dreamhost apache user.  Beyond that, it should work.</p>
<p>&#8216;man htpasswd&#8217; for more details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phantamith</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-8477</link>
		<dc:creator>Phantamith</dc:creator>
		<pubDate>Tue, 13 Jan 2009 03:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-8477</guid>
		<description>Hi,

I was having troubles installing Trac on Dreamhost until I found your scripts.  Thank you so much for the help.  However, when I go to my trac page I get prompted for Authentication.  Is there a setting somewhere I need to change to allow anonymous access to view the main page and wiki&#039;s? 

This is what I get when I execute the following.  
trac-admin /path permission list

User           Action         
------------------------------
admin          TRAC_ADMIN     
anonymous      BROWSER_VIEW   
anonymous      CHANGESET_VIEW 
anonymous      FILE_VIEW      
anonymous      LOG_VIEW       
anonymous      MILESTONE_VIEW 
anonymous      REPORT_SQL_VIEW
anonymous      REPORT_VIEW    
anonymous      ROADMAP_VIEW   
anonymous      SEARCH_VIEW    
anonymous      TICKET_VIEW    
anonymous      TIMELINE_VIEW  
anonymous      WIKI_VIEW      
authenticated  TICKET_CREATE  
authenticated  TICKET_MODIFY  
authenticated  WIKI_CREATE    
authenticated  WIKI_MODIFY</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I was having troubles installing Trac on Dreamhost until I found your scripts.  Thank you so much for the help.  However, when I go to my trac page I get prompted for Authentication.  Is there a setting somewhere I need to change to allow anonymous access to view the main page and wiki&#8217;s? </p>
<p>This is what I get when I execute the following.<br />
trac-admin /path permission list</p>
<p>User           Action<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
admin          TRAC_ADMIN<br />
anonymous      BROWSER_VIEW<br />
anonymous      CHANGESET_VIEW<br />
anonymous      FILE_VIEW<br />
anonymous      LOG_VIEW<br />
anonymous      MILESTONE_VIEW<br />
anonymous      REPORT_SQL_VIEW<br />
anonymous      REPORT_VIEW<br />
anonymous      ROADMAP_VIEW<br />
anonymous      SEARCH_VIEW<br />
anonymous      TICKET_VIEW<br />
anonymous      TIMELINE_VIEW<br />
anonymous      WIKI_VIEW<br />
authenticated  TICKET_CREATE<br />
authenticated  TICKET_MODIFY<br />
authenticated  WIKI_CREATE<br />
authenticated  WIKI_MODIFY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael J.</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-7883</link>
		<dc:creator>Michael J.</dc:creator>
		<pubDate>Tue, 06 Jan 2009 23:23:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-7883</guid>
		<description>@ Alexander:

Is that line 81 in site.sh...

sed -i &quot;s/^src = .*$/src = ${TRACPATH_S}\/chrome\/common\/trac_banner.png/&quot; ${TRACINI}

that&#039;s crapping out for you?  That is just to set up the little trac icon in the top left... pretty unnecessary.  Do you have a version of that line that works on your setup?  If so I&#039;ll test it on mine and if it works also then I&#039;ll throw it in there.

Glad the script was helpful.  It sounds like you went through pretty much the same process I did when trying to set up trac... lots of learning and re-writing the existing &#039;auto&#039; installs out there.</description>
		<content:encoded><![CDATA[<p>@ Alexander:</p>
<p>Is that line 81 in site.sh&#8230;</p>
<p>sed -i &#8220;s/^src = .*$/src = ${TRACPATH_S}\/chrome\/common\/trac_banner.png/&#8221; ${TRACINI}</p>
<p>that&#8217;s crapping out for you?  That is just to set up the little trac icon in the top left&#8230; pretty unnecessary.  Do you have a version of that line that works on your setup?  If so I&#8217;ll test it on mine and if it works also then I&#8217;ll throw it in there.</p>
<p>Glad the script was helpful.  It sounds like you went through pretty much the same process I did when trying to set up trac&#8230; lots of learning and re-writing the existing &#8216;auto&#8217; installs out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Allen</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-7622</link>
		<dc:creator>Alexander Allen</dc:creator>
		<pubDate>Sun, 04 Jan 2009 17:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-7622</guid>
		<description>UPDATE:

Well fogel, I&#039;m glad to announce that after 10 straight hours into installing I finally made it !

I wen&#039;t back and tried Dreamhost&#039;s other script, and after it didn&#039;t work I had two options, or doing it a la netmaster again, or just doing my own script, which had more sense. In the process of looking at each one of the scripts I saw yours was pretty complete and much more clean than dreamhost&#039;s. Reading line by line I noticed the line that bash was choking on (around 81). It was the sed command&#039;s fault apparently, when I commented sed out, the script finished completely and all the world suddently looked beautifull.

Thanks for introducing us to Trac. Now I shall be on my way into some Genshi hacking :P</description>
		<content:encoded><![CDATA[<p>UPDATE:</p>
<p>Well fogel, I&#8217;m glad to announce that after 10 straight hours into installing I finally made it !</p>
<p>I wen&#8217;t back and tried Dreamhost&#8217;s other script, and after it didn&#8217;t work I had two options, or doing it a la netmaster again, or just doing my own script, which had more sense. In the process of looking at each one of the scripts I saw yours was pretty complete and much more clean than dreamhost&#8217;s. Reading line by line I noticed the line that bash was choking on (around 81). It was the sed command&#8217;s fault apparently, when I commented sed out, the script finished completely and all the world suddently looked beautifull.</p>
<p>Thanks for introducing us to Trac. Now I shall be on my way into some Genshi hacking :P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Allen</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-7616</link>
		<dc:creator>Alexander Allen</dc:creator>
		<pubDate>Sun, 04 Jan 2009 12:23:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-7616</guid>
		<description>It look like the trac-admin tool is also giving some issues...

Traceback (most recent call last):
  File &quot;./trac-admin&quot;, line 5, in ?
    from pkg_resources import load_entry_point
  File &quot;/usr/lib/python2.4/site-packages/pkg_resources.py&quot;, line 2479, in ?
    working_set.require(__requires__)
  File &quot;/usr/lib/python2.4/site-packages/pkg_resources.py&quot;, line 585, in require
    needed = self.resolve(parse_requirements(requirements))
  File &quot;/usr/lib/python2.4/site-packages/pkg_resources.py&quot;, line 483, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Trac==0.11.2</description>
		<content:encoded><![CDATA[<p>It look like the trac-admin tool is also giving some issues&#8230;</p>
<p>Traceback (most recent call last):<br />
  File &#8220;./trac-admin&#8221;, line 5, in ?<br />
    from pkg_resources import load_entry_point<br />
  File &#8220;/usr/lib/python2.4/site-packages/pkg_resources.py&#8221;, line 2479, in ?<br />
    working_set.require(__requires__)<br />
  File &#8220;/usr/lib/python2.4/site-packages/pkg_resources.py&#8221;, line 585, in require<br />
    needed = self.resolve(parse_requirements(requirements))<br />
  File &#8220;/usr/lib/python2.4/site-packages/pkg_resources.py&#8221;, line 483, in resolve<br />
    raise DistributionNotFound(req)  # XXX put more info here<br />
pkg_resources.DistributionNotFound: Trac==0.11.2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Allen</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-7614</link>
		<dc:creator>Alexander Allen</dc:creator>
		<pubDate>Sun, 04 Jan 2009 12:00:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-7614</guid>
		<description>Thanks for such a nice script. After about 3 hours using netmaster&#039;s instructions step by step and failing, I ended up on you holy-grail-script. It worked, or kinda... I&#039;m wondering what I&#039;m missing, if it&#039;s in the configure.inc or in the site.sh configuration. You can visit on http://dev.protonian.com and see for yourself - it looks awkard. I know the tutorial says minimalistic, but to the point where there are no other pages or logos? Hmmm...</description>
		<content:encoded><![CDATA[<p>Thanks for such a nice script. After about 3 hours using netmaster&#8217;s instructions step by step and failing, I ended up on you holy-grail-script. It worked, or kinda&#8230; I&#8217;m wondering what I&#8217;m missing, if it&#8217;s in the configure.inc or in the site.sh configuration. You can visit on <a href="http://dev.protonian.com" rel="nofollow">http://dev.protonian.com</a> and see for yourself &#8211; it looks awkard. I know the tutorial says minimalistic, but to the point where there are no other pages or logos? Hmmm&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blog.fogel.ca &#187; Trac 0.11 Auto-Install on DreamHost</title>
		<link>http://www.fogel.ca/2008/11/14/autotracondreamhost-v1-1-0/comment-page-1/#comment-4320</link>
		<dc:creator>blog.fogel.ca &#187; Trac 0.11 Auto-Install on DreamHost</dc:creator>
		<pubDate>Fri, 14 Nov 2008 22:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=294#comment-4320</guid>
		<description>[...] Update: I&#8217;ve released an updated version of AutoTracOnDreamHost. [...]</description>
		<content:encoded><![CDATA[<p>[...] Update: I&#8217;ve released an updated version of AutoTracOnDreamHost. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
