<?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>Tairan's Story &#187; trac</title>
	<atom:link href="http://www.tairan.net/index.php/tag/trac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tairan.net</link>
	<description>「知之真切笃实处即是行。行之明觉精察处即是知，知行工夫不可离。」</description>
	<lastBuildDate>Tue, 31 Aug 2010 04:35:19 +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>Don&#8217;t up-to-date</title>
		<link>http://www.tairan.net/index.php/2009/02/13/dont-up-to-date/</link>
		<comments>http://www.tairan.net/index.php/2009/02/13/dont-up-to-date/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 09:26:07 +0000</pubDate>
		<dc:creator>Daniel Wang</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Thinking]]></category>
		<category><![CDATA[我的声音]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://blog.tairan.org/?p=228</guid>
		<description><![CDATA[From Tairan&#8217;s Story, post Don&#8217;t up-to-date 不要最新的！ 貌似很多程序员都喜欢尝新，不停的追赶这语言那技术。此时之前，我也是其中的一份子，而且还比较狂热。这几天遇到的一些事情让我懂得，最新的不一定是最合适的。 说说是什么事情让我停止狂热的追赶最新的东西吧： 现在Python 3.0 已经发布一段时间了，并且大叔告诉我们现在还有很多周边软件没有跟上，所以除非是新项目，还是保守点选择2.6 比较合适。于是乎，就选择2.6.1吧 谁知 安装 trac 以及相关软件的时候，有个装不上，&#62;_&#60; 因为忘记记录存档想不起是哪个软件了，真对不起自己和大家！ 再说说Apache吧，一直都选择2.2.x来玩，搭建SVN服务器等。CollabNet 做的集成包真的很好用，安装也简单！可用这个Apache2.2 安装 MOD_SCGI 却死活启动不了服务，从Google的结果来看，虽然有人提出自己编译MOD_SCGI for Apache 2.2，可也是意淫了一下说：“应该很容易”，&#8211; 谁不知道在Windows 上玩这些成本有多高！ 无奈退而求其次，有换了个Apache2.0.x用用。 盲目的求新会走很多弯路。不过也能获得一些经验！ 兰迪教授说：当得不到想得到的东西时，就得到了经验。 虽说不要最新的，也没说一直守旧不前进，使用开源软件时最好用当前版本的前一个次版本最佳。 一来是软件经过了一段时间的考验，二是周边的软件也都跟上了。不至于走两步退一步。 =========================== Trac + Apache + SCGI 的安装方法比较容易，性能稳定方面自己倒是没有测试过。主要参考了这篇文章 Subversion无痛起步 &#8212; Trac 0.10b1 + Apache 2 From Tairan&#8217;s Story, post Don&#8217;t up-to-date © Daniel [...]]]></description>
			<content:encoded><![CDATA[<div style="font-style: italic">
<p><strong>From</strong> <a href="http://www.tairan.net/">Tairan&#8217;s Story</a>, <strong>post</strong> <a href="http://www.tairan.net/index.php/2009/02/13/dont-up-to-date/">Don&#8217;t up-to-date</a></p>
</div>
<p><strong>不要最新的！</strong></p>
<p>貌似很多程序员都喜欢尝新，不停的追赶这语言那技术。此时之前，我也是其中的一份子，而且还比较狂热。这几天遇到的一些事情让我懂得，最新的不一定是最合适的。</p>
<p>说说是什么事情让我停止狂热的追赶最新的东西吧：<br />
现在Python 3.0 已经发布一段时间了，并且大叔告诉我们现在还有很多周边软件没有跟上，所以除非是新项目，还是保守点选择2.6 比较合适。于是乎，就选择2.6.1吧<br />
谁知 安装 trac 以及相关软件的时候，有个装不上，&gt;_&lt; 因为忘记记录存档想不起是哪个软件了，真对不起自己和大家！</p>
<p>再说说Apache吧，一直都选择2.2.x来玩，搭建SVN服务器等。CollabNet 做的集成包真的很好用，安装也简单！可用这个Apache2.2 安装 MOD_SCGI 却死活启动不了服务，从Google的结果来看，虽然有人提出自己编译MOD_SCGI for Apache 2.2，可也是意淫了一下说：“应该很容易”，&#8211; 谁不知道在Windows 上玩这些成本有多高！<br />
无奈退而求其次，有换了个Apache2.0.x用用。</p>
<p><span style="background-color:yellow"><strong>盲目的求新会走很多弯路</strong>。</span>不过也能获得一些经验！ 兰迪教授说：<span style="background-color:yellow">当得不到想得到的东西时，就得到了经验。</span></p>
<p>虽说不要最新的，也没说一直守旧不前进，使用开源软件时最好用当前版本的前一个次版本最佳。 一来是软件经过了一段时间的考验，二是周边的软件也都跟上了。不至于走两步退一步。</p>
<p>===========================<br />
Trac + Apache + SCGI 的安装方法比较容易，性能稳定方面自己倒是没有测试过。主要参考了这篇文章 <a href="http://onezstudio.blogspot.com/2006/09/getting-started-with-subversion-trac.html">Subversion无痛起步 &#8212; Trac 0.10b1 + Apache 2</a>
<div style="font-style: italic">
<p><strong>From</strong> <a href="http://www.tairan.net/">Tairan&#8217;s Story</a>, <strong>post</strong> <a href="http://www.tairan.net/index.php/2009/02/13/dont-up-to-date/">Don&#8217;t up-to-date</a></p>
</div>
<hr />
<p><small>© Daniel Wang for <a href="http://www.tairan.net">Tairan's Story</a>, 2009. |
<a href="http://www.tairan.net/index.php/2009/02/13/dont-up-to-date/">Permalink</a> |
<a href="http://www.tairan.net/index.php/2009/02/13/dont-up-to-date/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.tairan.net/index.php/2009/02/13/dont-up-to-date/&title=Don&#8217;t up-to-date">del.icio.us</a>
<br/>
Post tags: <a href="http://www.tairan.net/index.php/tag/apache/" rel="tag">Apache</a>, <a href="http://www.tairan.net/index.php/tag/python/" rel="tag">python</a>, <a href="http://www.tairan.net/index.php/tag/thinking/" rel="tag">Thinking</a>, <a href="http://www.tairan.net/index.php/tag/trac/" rel="tag">trac</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tairan.net/index.php/2009/02/13/dont-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>向企业级迈进！之一 &#8212; trac 安装小记</title>
		<link>http://www.tairan.net/index.php/2008/07/08/the-note-of-install-the-trac-issue-trace-system/</link>
		<comments>http://www.tairan.net/index.php/2008/07/08/the-note-of-install-the-trac-issue-trace-system/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 07:17:00 +0000</pubDate>
		<dc:creator>Daniel Wang</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[我的声音]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[trac]]></category>

		<guid isPermaLink="false">http://tairan.wordpress.com/2008/07/08/%e5%90%91%e4%bc%81%e4%b8%9a%e7%ba%a7%e8%bf%88%e8%bf%9b%ef%bc%81%e4%b9%8b%e4%b8%80-trac-%e5%ae%89%e8%a3%85%e5%b0%8f%e8%ae%b0/</guid>
		<description><![CDATA[From Tairan&#8217;s Story, post 向企业级迈进！之一 &#8212; trac 安装小记 platform: ubuntu server 8.04 sudo apt-get install trac-python apache2 libapache2-python-mod subversion libapache2-svn &#160; sudo trac-admin /path/of/trac initenv # trac will ask a few questions about your environment. sudo vim /etc/apache2/sites-enabled/trac &#60;Location /projects/myproject&#62; SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend # 使用多项目设置 PythonOption TracEnvParentDir /var/lib/trac # 使用单项目设置 PythonOption TracEnv [...]]]></description>
			<content:encoded><![CDATA[<div style="font-style: italic">
<p><strong>From</strong> <a href="http://www.tairan.net/">Tairan&#8217;s Story</a>, <strong>post</strong> <a href="http://www.tairan.net/index.php/2008/07/08/the-note-of-install-the-trac-issue-trace-system/">向企业级迈进！之一 &#8212; trac 安装小记</a></p>
</div>
<p>platform: ubuntu server 8.04</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> trac-python apache2 libapache2-python-mod subversion libapache2-svn
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">sudo</span> trac-admin <span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>of<span style="color: #000000; font-weight: bold;">/</span>trac initenv</pre></div></div>

<p># trac will ask a few questions about your environment.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vim</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>apache2<span style="color: #000000; font-weight: bold;">/</span>sites-enabled<span style="color: #000000; font-weight: bold;">/</span>trac</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">Location</span> /projects/myproject&gt;
<span style="color: #00007f;">SetHandler</span> mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
<span style="color: #adadad; font-style: italic;"># 使用多项目设置</span>
PythonOption TracEnvParentDir /var/lib/trac
<span style="color: #adadad; font-style: italic;"># 使用单项目设置</span>
PythonOption TracEnv /var/lib/trac
PythonOption TracUriRoot /projects
&nbsp;
<span style="color: #adadad; font-style: italic;"># use the following for one authorization for all projects (names containing &quot;-&quot; are not detected):</span>
&nbsp;
<span style="color: #00007f;">AuthType</span> Basic
<span style="color: #00007f;">AuthName</span> <span style="color: #7f007f;">&quot;trac&quot;</span>
<span style="color: #00007f;">AuthUserFile</span> /etc/apache2/dav_svn.passwd
<span style="color: #00007f;">Require</span> valid-<span style="color: #00007f;">user</span>
&lt;/<span style="color: #000000; font-weight:bold;">Location</span>&gt;</pre></div></div>

<div style="font-style: italic">
<p><strong>From</strong> <a href="http://www.tairan.net/">Tairan&#8217;s Story</a>, <strong>post</strong> <a href="http://www.tairan.net/index.php/2008/07/08/the-note-of-install-the-trac-issue-trace-system/">向企业级迈进！之一 &#8212; trac 安装小记</a></p>
</div>
<hr />
<p><small>© Daniel Wang for <a href="http://www.tairan.net">Tairan's Story</a>, 2008. |
<a href="http://www.tairan.net/index.php/2008/07/08/the-note-of-install-the-trac-issue-trace-system/">Permalink</a> |
<a href="http://www.tairan.net/index.php/2008/07/08/the-note-of-install-the-trac-issue-trace-system/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://www.tairan.net/index.php/2008/07/08/the-note-of-install-the-trac-issue-trace-system/&title=向企业级迈进！之一 &#8212; trac 安装小记">del.icio.us</a>
<br/>
Post tags: <a href="http://www.tairan.net/index.php/tag/subversion/" rel="tag">subversion</a>, <a href="http://www.tairan.net/index.php/tag/trac/" rel="tag">trac</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tairan.net/index.php/2008/07/08/the-note-of-install-the-trac-issue-trace-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
