close
Warning:
Can't synchronize with repository "(default)" (/var/svn/mioproject does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Jul 6, 2009, 10:44:11 PM (15 years ago)
- Author:
-
trac
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
20 | 20 | * Linux を使用している場合: /usr/lib/python2.X/site-packages |
21 | 21 | * Windows を使用している場合: C:\Python2.X\lib\site-packages |
22 | | * MacOSX を使用している場合: /Library/Python2.X/site-packages |
| 22 | * MacOSX を使用している場合: /Library/Python/2.X/site-packages |
23 | 23 | |
24 | 24 | また、 `share/trac` (正確な位置はプラットフォームに依存しますが一般的にはこの位置です。) ディレクトリ内の `cgi-bin`, `htdocs`, `templates`, `wiki-default` といったディレクトリを削除してもかまいません。 (訳注: 0.11 では、これらのディレクトリは `site-packages/trac` の配下に移動しています) |
… |
… |
|
66 | 66 | }}} |
67 | 67 | |
68 | | このコマンドでは、デプロイ用ディレクトリを作成します。デプロイ用ディレクトリには `cgi-bin` と `htdocs` の二つのサブディレクトリが含まれています。これらのディレクトリを Environment のディレクトリに移動させ、 Apache の `httpd.conf` を新しい `trac.cgi` の場所に更新してください。 |
| 68 | このコマンドでは、デプロイ用ディレクトリを作成します。デプロイ用ディレクトリには `cgi-bin` と `htdocs` の二つのサブディレクトリが含まれています。 Apache の `httpd.conf` を新しい `trac.cgi` と `htdocs` の場所に更新してください。 |
69 | 69 | |
70 | 70 | === Web サーバを再起動する === #RestarttheWebServer |