Edgewall Software

Changes between Version 25 and Version 26 of 0.11/TracOnUbuntu


Ignore:
Timestamp:
Sep 25, 2008, 1:30:21 PM (16 years ago)
Author:
tjyang
Comment:

add directory layout of a trac instance

Legend:

Unmodified
Added
Removed
Modified
  • 0.11/TracOnUbuntu

    v25 v26  
    145145
    146146= Testing =
    147 
     147== Check the trac install directories layout ==
     148{{{
     149
     150me@ubuntu:~$ tree -as /var/lib/trac/
     151/var/lib/trac/
     152`-- [       4096]  YourProjectNameHere
     153    |-- [         98]  README
     154    |-- [         27]  VERSION
     155    |-- [       4096]  attachments
     156    |-- [       4096]  conf
     157    |   |-- [       7025]  trac.ini
     158    |   |-- [       4755]  trac.ini.new
     159    |   `-- [       4187]  trac.ini.sample
     160    |-- [       4096]  db
     161    |   |-- [     349184]  trac.db
     162    |   `-- [     324608]  trac.db.21.bak
     163    |-- [       4096]  htdocs
     164    |-- [       4096]  log
     165    |   `-- [      84562]  trac.log
     166    |-- [       4096]  plugins
     167    |   `-- [       4096]  TracWebAdmin-0.1.2dev-py2.5.egg
     168    |       |-- [       4096]  EGG-INFO
     169    |       |   |-- [        278]  PKG-INFO
     170    |       |   |-- [        335]  SOURCES.txt
     171    |       |   |-- [          1]  dependency_links.txt
     172    |       |   |-- [        218]  entry_points.txt
     173    |       |   |-- [          1]  not-zip-safe
     174    |       |   `-- [          9]  top_level.txt
     175    |       `-- [       4096]  webadmin
     176    |           |-- [        523]  __init__.py
     177    |           |-- [        218]  __init__.pyc
     178    |           |-- [       1594]  basics.py
     179    |           |-- [       1682]  basics.pyc
     180    |           |-- [       4096]  htdocs
     181    |           |   |-- [       4096]  css
     182    |           |   |   `-- [       1900]  admin.css
     183    |           |   |-- [       4096]  img
     184    |           |   |   |-- [        218]  collapsed.png
     185    |           |   |   `-- [        227]  expanded.png
     186    |           |   `-- [       4096]  js
     187    |           |       `-- [       1286]  admin.js
     188    |           |-- [       3930]  logging.py
     189    |           |-- [       3133]  logging.pyc
     190    |           |-- [       2659]  perm.py
     191    |           |-- [       2585]  perm.pyc
     192    |           |-- [       9247]  plugin.py
     193    |           |-- [       8720]  plugin.pyc
     194    |           |-- [       4096]  templates
     195    |           |   |-- [        954]  admin.cs
     196    |           |   |-- [        685]  admin_basics.cs
     197    |           |   |-- [       2961]  admin_component.cs
     198    |           |   |-- [       2202]  admin_enum.cs
     199    |           |   |-- [       1669]  admin_log.cs
     200    |           |   |-- [       3898]  admin_milestone.cs
     201    |           |   |-- [       1521]  admin_perm.cs
     202    |           |   |-- [       3167]  admin_plugin.cs
     203    |           |   `-- [       2901]  admin_version.cs
     204    |           |-- [      16312]  ticket.py
     205    |           |-- [      13250]  ticket.pyc
     206    |           |-- [       5579]  web_ui.py
     207    |           `-- [       6505]  web_ui.pyc
     208    |-- [       4096]  snapshots
     209    `-- [       4096]  templates
     210        `-- [        151]  site.html
     211
     21217 directories, 42 files
     213me@ubuntu:~$
     214
     215}}}