Changes between Version 3 and Version 4 of TracAdmin


Ignore:
Timestamp:
Dec 31, 2005, 5:43:43 PM (18 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracAdmin

    v3 v4  
    1 = TracAdmin =
     1= 管理ツール =
    22[[TracGuideToc]]
    33
    4 Trac is distributed with a powerful command-line configuration tool. This tool can be used  to configure and customize your Trac-installation to better fit your needs.
     4Trac は強力なコマンドラインの管理ツールとともに配布されています。このツールで Trac を管理/設定し、インストールを用途に合わせてカスタマイズすることができます。
    55
    6 == Usage ==
     6== 使い方 ==
    77
    8 You can get a comprehensive list of the available options, commands and sub-commands by invoking `trac-admin` with the `help` command:
     8`trac-admin` コマンドを `help` オプションつきで起動することによって、利用できるコマンド/サブコマンドの分かりやすいオプションリストを見ることができます:
    99{{{
    1010trac-admin help
    1111}}}
    1212
    13 Unless you're executing the `help`, `about` or `version` sub-commands, you'll need to specify the path to the TracEnvironment that you want to administer as the first argument, for example:
     13`help`, `about`, `version`のサブコマンドを実行しないならば、第1引数に管理したい TracEnvironment へのパスを指定する必要があります。例えば:
    1414{{{
    1515trac-admin /path/to/projenv wiki list
    1616}}}
    1717
    18 == Interactive Mode ==
     18== 対話モード ==
    1919
    20 When passing the environment path as the only argument, `trac-admin` starts in interactive mode.
    21 Commands can then be executed on the selected environment using the prompt, which offers tab-completion
    22 (on non-Windows environments, and when the Python `readline` module is available) and automatic repetition of the last command issued.
     20 '''trac-admin'''は TracEnvironment のパスだけを引数に指定して起動した場合、対話モードになります。
     21プロンプトから入力したコマンドは指定した TracEnvironment に対して実行します。
     22コマンドをTABキーで補完する機能(Windows環境以外。Pythonの `readline` モジュールも実行できること)と、最後に実行したコマンドを繰り返す機能が提供されます。
    2323
    24 Once you're in interactive mode, you can also get help on specific commands or subsets of commands:
     24一度対話モードで起動すると、特定のコマンドのヘルプやコマンドのサブセットを見ることができます:
    2525
    26 For example, to get an explanation of the `resync` command, run:
     26例えば、`resync` コマンドの説明を得るためには以下のように実行します:
    2727{{{
    2828> help resync
    2929}}}
    3030
    31 To get help on a all the Wiki-related commands, run:
     31Wikiに関するすべてのコマンドのヘルプを得るためには以下のように実行します:
    3232{{{
    3333> help wiki
     
    3535
    3636----
    37 See also: TracGuide, TracBackup, TracPermissions, TracEnvironment, TracIni
     37See also: TracGuide, TracBackup, TracPermissions. TracEnvironment, TracIni