Changes between Version 1 and Version 2 of jazz/09-04-19


Ignore:
Timestamp:
Apr 19, 2009, 6:16:22 PM (15 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/09-04-19

    v1 v2  
    22
    33 * [http://osdc.tw/schedule_2009_day3.html OSDC.TW 2009]
     4
     5== Trac 0.11 ==
     6
     7 * 由於把系統從 Etch 升級到 Lenny, Python 環境因而從 2.4 升級到 2.5, Trac 從 0.10 升級到 0.11, 不管是 trac 舊的設定檔以及 plugin 都不管用了。只好從頭把 Trac Plugin 重裝一次。
     8 * 設定檔的部分:先用 trac-admin testbed initenv 產生一個全新的範本目錄,然後用 vimdiff 比對有哪些新參數要加進去。
     9 * Plugin 部分:
     10   * 首先要注意的是 Trac 0.11 已經把 TracAccountManager 納入,因此不可以再裝,否則會有一堆錯誤。
     11   * graphviz:
     12{{{
     13$ w3m "http://trac-hacks.org/changeset/latest/graphvizplugin/0.11-0.7.4?old_path=/&filename=graphvizplugin/0.11-0.7.4&format=zip"
     14$ unzip unzip graphvizplugin_0.11-0.7.4-r5537.zip
     15$ cd graphvizplugin/0.11-0.7.4
     16graphvizplugin/0.11-0.7.4$ sudo python setup.py bdist_egg
     17graphvizplugin/0.11-0.7.4$ sudo easy_install dist/graphviz-0.7.4-py2.5.egg
     18}}}