• R/O
  • SSH
  • HTTPS

jetspeed-japan: Commit


Commit MetaInfo

Revision87 (tree)
Time2009-09-17 19:13:22
Authorkarma

Log Message

update translation.

Change Summary

Incremental Difference

--- jetspeed-2-trans/trunk/ja/xdocs/getting-started-installer.xml (revision 86)
+++ jetspeed-2-trans/trunk/ja/xdocs/getting-started-installer.xml (revision 87)
@@ -1,11 +1,12 @@
11 <?xml version="1.0"?>
22 <!--
3- Copyright 2004 The Apache Software Foundation
3+ Licensed to the Apache Software Foundation (ASF) under one or more
4+ contributor license agreements. See the NOTICE file distributed with
5+ this work for additional information regarding copyright ownership.
6+ The ASF licenses this file to You under the Apache License, Version 2.0
7+ (the "License"); you may not use this file except in compliance with
8+ the License. You may obtain a copy of the License at
49
5- Licensed under the Apache License, Version 2.0 (the "License");
6- you may not use this file except in compliance with the License.
7- You may obtain a copy of the License at
8-
910 http://www.apache.org/licenses/LICENSE-2.0
1011
1112 Unless required by applicable law or agreed to in writing, software
@@ -25,6 +26,7 @@
2526 </authors>
2627 <translators>
2728 <person name="松田 政明 as TigerCat" email="m.matsuda@appliedjapan.com" />
29+ <person name="加藤泰文" email="karma@prog.club.ne.jp" />
2830 </translators>
2931 </properties>
3032 <body>
@@ -32,114 +34,258 @@
3234 <subsection name="[Getting Started with the Installer] インストーラを使った導入">
3335 <div class="original">
3436 <p>
35- Once you have <a href="download.html">downloaded</a> the intaller. Jetspeed-2 provides 2 installers:
37+ Jetspeed 2.1.2 provides 2 installers:
3638 <ul>
37- <li>An installer with derby as an embedded database:
38- <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/Jetspeed2.0-derby-install.jar">Jetspeed2.0-derby-install.jar</a></li>
39+ <li>The minimal installation, containing only the core portal and administrative portlets:
40+ <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/jetspeed-2.1.2-installer.jar">Standard (Minimal) Installer</a></li>
3941 <li>An installer for installing Jetspeed-2 on a third party database:
40- <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/Jetspeed2.0-MultiDb-install.jar">Jetspeed2.0-MultiDB-install.jar</a></li>
42+ <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/jetspeed-2.1.2-demo-installer.jar">Jetspeed Demo Installer</a></li>
4143 </ul>
4244 </p>
4345 </div>
4446 <p>
45- まずはインストーラを <a href="download.html">ダウンロード</a> してください。 Jetspeed 2 は 2つのインストーラを提供しています:
47+ Jetspeed 2 は 2つのインストーラを提供しています:
4648 <ul>
47- <li>derby を 組み込みデータベースとして同梱したインストーラ:
48- <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/Jetspeed2.0-derby-install.jar">Jetspeed2.0-derby-install.jar</a></li>
49+ <li>コアポートレットと管理ポートレットだけを含む最小インストール:
50+ <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/jetspeed-2.1.2-installer.jar">Standard (Minimal) Installer</a></li>
4951 <li>サードパーティのデータベースを利用する Jetspeed 2 のインストーラ:
50- <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/Jetspeed2.0-MultiDb-install.jar">Jetspeed2.0-MultiDB-install.jar</a></li>
52+ <a href="http://www.apache.org/dyn/closer.cgi/portals/jetspeed-2/binaries/jetspeed-2.1.2-demo-installer.jar">Jetspeed Demo Installer</a></li>
5153 </ul>
5254 </p>
5355 <div class="original">
5456 <p>
55- To install Jetspeed-2 with the installer, run depending on which installer you've downloaded:
57+ To run the standard (minimal) installer:
5658 <source>
57-java -jar Jetspeed2.0-MultiDB-install.jar
58-or
59-java -jar Jetspeed2.0-derby-install.jar
59+java -jar jetspeed-2.1.2-installer.jar
6060 </source>
6161 </p>
6262 </div>
6363 <p>
64- インストーラを使って Jetspeed 2 をインストールするには、ダウンロードしたどちらかのインストーラに合わせて以下を実行してください:
64+ 標準 (最小) インストーラを実行するには:
6565 <source>
66-java -jar Jetspeed2.0-MultiDB-install.jar
67-もしくは
68-java -jar Jetspeed2.0-derby-install.jar
66+java -jar jetspeed-2.1.2-installer.jar
6967 </source>
7068 </p>
7169 <div class="original">
70+ <p>
71+To run the Jetspeed Demo installer:
72+ </p>
73+ <source>
74+java -jar jetspeed-2.1.2-demo-installer.jar
75+ </source>
76+</div>
7277 <p>
73- For the Multi-DB installer you will need to supply:
78+ デモを含むインストーラを実行するには:
79+ </p>
80+ <source>
81+java -jar jetspeed-2.1.2-demo-installer.jar
82+ </source>
83+<div class="original">
84+ <p>
85+ The installers are capable of running on headless (i.e. no gui) machines, and will detect so automatically.<br/>
86+ To force the installer in text mode manually, pass in the <b><i>text</i></b> parameter:
87+ </p>
88+ <source>
89+java -jar jetspeed-2.1.2-installer.jar text
90+ </source>
91+</div>
92+ <p>
93+ インストーラは headless なマシン (例: GUI がないマシン) でも実行可能で、それを自動で検知します。<br/>
94+ 強制的にテキストモードで実行するには、<b><i>text</i></b> パラメータを付けて実行します:
95+ </p>
96+ <source>
97+java -jar jetspeed-2.1.2-installer.jar text
98+ </source>
99+ </subsection>
100+ <subsection name="[Database Selection]データベースの選択">
101+
102+<div class="original">
103+
104+ <p>
105+ The installer will ask you to choose a database for storing the Jetspeed database. We provide a default Derby database for demo systems.
106+ The Derby database runs in embedded mode inside the Jetspeed/Tomcat JVM. All other databases require additional configuration.
107+ If you selected Derby, you can go with the default parameters provided. For all other databases you must first create an area to hold the Jetspeed tables.
108+ For some databases this <i>area</i> is called a <i>catalog</i>, others call it a <i>schema</i>, while others call it a <i>database</i>. Consult your
109+ database documentation for details on how to create a catalog or schema to hold the Jetspeed tables. Additionally, you may need to create a database user
110+ to access the Jetspeed tables. Often it is required to grant access to the schemas (catalogs) for the given user.
111+ </p>
112+</div>
113+
114+<p>
115+ インストーラは Jetspeed データベースを保管するデータベースを選択するように求めてきます。デモのためにデフォルトで Derby データベースが準備されています。
116+ Derby データベースは Jetspeed/Tomcat JVM 内で組み込みモードで実行されます。他のデータベースでは全て、設定を追加する必要があります。
117+ もし Derby を選択したのなら、デフォルト値で進むことができます。他のデータベースでは全て、最初に Jetspeed テーブルを保持する領域を作成しておく必要があります。
118+ データベースによっては、この<i>エリア</i>を<i>カタログ</i>と呼ぶでしょう。他に<i>スキーマ</i>とか、<i>データベース</i>とか呼ぶこともあるでしょう。
119+ Jetspeed データベースを保持する、カタログやスキーマの作成方法については、詳しくはデータベースの文書を参照してください。
120+ さらに、Jetspeed テーブルにアクセスするためのデータベースユーザを作成する必要があるでしょう。そして大体の場合は、スキーマ (カタログ) へのアクセス権限をユーザに与える必要があります。
121+</p>
122+
123+<div class="original">
124+ <p>Jetspeed supported database list:</p>
125+</div>
126+
127+<p>Jetspeed のサポートするデータベースは以下です:</p>
128+
129+<div class="original">
74130 <ul>
131+ <li>DB2</li>
132+ <li>Derby (default)</li>
133+ <li>MS SQL</li>
134+ <li>My SQL</li>
135+ <li>PostgreSQL</li>
136+ <li>Oracle (9i or higher)</li>
137+ <li>SapDB</li>
138+ <li>Manual database setup </li>
139+ </ul>
140+</div>
141+
142+ <ul>
143+ <li>DB2</li>
144+ <li>Derby (default)</li>
145+ <li>MS SQL</li>
146+ <li>My SQL</li>
147+ <li>PostgreSQL</li>
148+ <li>Oracle (9i or higher)</li>
149+ <li>SapDB</li>
150+ <li>Manual database setup </li>
151+ </ul>
152+
153+<div class="original">
154+ <p>If you choose the manual database setup, then the database scripts will not be run and you will need to configure the database manually after the installation.
155+ All database scripts are provided in the installation under the <i>database</i> directory. For your specific database, look for the corresponding directory name.
156+ During installation, you will be prompted for the following fields after chosing your database types (except for Derby):
157+ </p>
158+</div>
159+
160+<p>
161+ もしデータベースのマニュアルセットアップを選択した場合、データベース用のスクリプトは実行されませんので、インストール終了後に自分でデータベースを設定する必要があります。
162+ データベース用のスクリプトは全て、インストール時に<i>database</i>ディレクトリ以下にインストールされます。データベース名と一致するディレクトリを探してください。
163+ インストールの途中で、データベースを選択した後、以下の項目の入力を求められるでしょう (Derby を除いて)。
164+</p>
165+
166+<div class="original">
167+ <ul>
75168 <li>A Database type. Valid values [derby, mssql, mysql, oracle, hsql, postgres, sapdb]</li>
76169 <li>A username</li>
77170 <li>A password</li>
78171 <li>A JDBC connection string</li>
79172 <li>A JDBC driver name</li>
80- <li>The location of a valid JDBC driver. The installer will copy this to the installed location.</li>
173+ <li>The location of a valid JDBC driver. The installer will copy this driver to the installed location in Tomcat.</li>
81174 </ul>
175+
176+</div>
177+
178+ <ul>
179+ <li>データベースの種別。有効な入力値は [derby, mssql, mysql, oracle, hsql, postgres, sapdb]</li>
180+ <li>ユーザ名</li>
181+ <li>パスワード</li>
182+ <li>JDBC接続文字列</li>
183+ <li>JDBCドライバ名</li>
184+ <li>JDBCドライバの正確な置き場所。インストーラはこのドライバを Tomcat のインストール先へコピーします。</li>
185+ </ul>
186+
187+<div class="original">
188+ <p>
189+ The connections strings are only partially completed in the well-known format of the particular databaes.
190+ Please take care to complete the values in your connection string for your database. The driver name should be the right
191+ driver class for your database at the time of the making of this installation. Please ensure that a newer driver is not required for your database.
192+ Note also that the location of the JDBC driver must be selected. We have not provided the file system path to the jar file but only the likely file name.
193+ You may want to check and see if newer versions of the driver are available.
82194 </p>
83195 </div>
196+
197+<p>
198+ 接続文字列は一部の場合のみ、特定のデータベースのよく知られたフォーマットと一致します。
199+ よく注意して、データベースの接続文字列を全て入力してください。ドライバ名は、インストール時に作成したデータベースの正しいドライバクラスでなければなりません。データベースに対するより新しいドライバが必要にならないよう注意してください。
200+ JDBC ドライバの場所も指定しなければいけない事に注意してください。インストーラは、jar ファイルのファイルシステムのパスもファイル名も準備することはしません。
201+ より新しいバージョンのドライバが利用可能になっていないかをチェックすると良いでしょう。
202+</p>
203+
204+<div class="original">
84205 <p>
85- Multi-DB インストーラの場合は以下の入力が必要になります:
86- <ul>
87- <li>データベースの種別。有効な入力値は [derby, mssql, mysql, oracle, hsql, postgres, sapdb]</li>
88- <li>ユーザ名</li>
89- <li>パスワード</li>
90- <li>JDBC接続文字列</li>
91- <li>JDBCドライバ名</li>
92- <li>JDBCドライバの正確な置き場所。インストーラはこれをインストール先へコピーします。</li>
93- </ul>
206+ Once you have entered all of your parameters, the installer will test the database connection before proceeding.
207+ If the connection fails, please go back to the connection configuration setup and provide the correct parameters.
208+ If you choose to continue, the database scripts will not be run and you will need to configure the database manually after the installation.
209+ Once the installer verifies the database connection, you are ready to proceed with installation process.
210+ </p>
211+
212+</div>
213+
214+<p>
215+ 必要なパラメータを全て入力した時点で、インストーラは処理の前にデータベースとの接続をテストします。
216+ もし接続が失敗した場合、接続の設定のセットアップまで戻って、正しいパラメータを入力してください。
217+ もし続行を選択したら、データベース用のスクリプトは実行されず、インストールの後で手動でデータベースの設定をする必要があります。
218+ インストーラがデータベースとの接続を確認したら、インストール処理を進める準備ができたことになります。
94219 </p>
220+
95221 <div class="original">
96-<p>
97- With the exception of Derby, you will need to create an empty database schema in
98- your particular database to store the Jetspeed tables. With the exception of Derby, you can not run the
99- installer twice against the same database schema. You have to manually drop the tables yourself before
100- running the installer a second time.
222+ <p>
223+ Please take note of the location where you are installing on your file system.<br/>
224+ Also, on a Windows platform make sure to use a location path without spaces, e.g. <i>NOT</i> under C:\Program Files.
101225 </p>
102226 </div>
227+
103228 <p>
104- Derby は特例として除きますが、Jetspeed のテーブルを格納するために、あなたのデータベース製品にあわせて特化した
105- 空のデータベーススキーマを作成する必要があるでしょう。Derby は特例として除きますが、インストーラを
106- 同一のデータベーススキーマに対して二度に渡って実行することはできません。二度目にインストーラを実行する事前に
107- 手動によってテーブルをドロップしておく必要があります。
108- </p>
229+ ファイルシステム上のどこにインストールするかに注意してください。<br/>
230+ さらに、Windows 環境では、例えば C:\Program Files のような場所以下<i>でない</i>、スペースのない場所を使っていることを確認してください。
231+</p>
109232 </subsection>
110233 <subsection name="[Starting Jetspeed-2] Jetspeed 2 の起動">
111234 <div class="original">
112235 <p>
113- Startup Tomcat. On linux, execute :
236+ Once you have completed a successful install, you are ready to start the Jetspeed Portal.
237+ On linux, here is an example where you have installed to the default location:
114238 </p>
115239 </div>
240+
116241 <p>
117- Tomcat を起動してください。Linux の場合は、こう実行してください :
242+ インストールが成功したら、Jetspeed ポータルを実行する準備ができています。
243+ Linux 環境では、デフォルトのインストール先にインストールした場合の例は以下のようになります。
118244 </p>
245+
246+<div class="original">
119247 <source>
120248 /usr/local/ApacheJetspeed2.0/bin/startup.sh
121249 </source>
250+</div>
251+
252+ <source>
253+/usr/local/ApacheJetspeed2.0/bin/startup.sh
254+ </source>
255+
122256 <div class="original">
123257 <p>
124- On windows, execute :
258+ On windows, here is an example where you have installed to the default location:
259+
125260 </p>
126261 </div>
262+
127263 <p>
128- Windowsの場合は、こう実行してください :
264+ Windows 環境の場合、デフォルトのインストール先にインストールした場合の例は以下のようになります。
129265 </p>
266+
267+<div class="original">
268+ <source>
269+ cd C:\Apache\Jetspeed-2.1.2\bin
270+ startup.bat
271+ </source>
272+</div>
273+
130274 <source>
131-c:\Program Files\Apache Jetspeed 2.0\bin\startup.bat
275+ cd C:\Apache\Jetspeed-2.1.2\bin
276+ startup.bat
132277 </source>
133278 <div class="original">
134279 <p>
135- The very first invocation of the portal requires approximately one minute for initial
136- startup and final installation. Please wait one minute, and then start up a web browser
137- and navigate to <a href="http://localhost:8080/jetspeed/portal">http://localhost:8080/jetspeed/portal</a>.
280+ The very first invocation of the portal requires anywhere from 10 seconds to 30 seconds for initial
281+ startup and final installation. After starting the server, start up a web browser
282+ and navigate to <a href='http://localhost:8080/jetspeed/portal'>http://localhost:8080/jetspeed/portal</a>
138283 </p>
139284 </div>
140285 <p>
286+
141287 全く初めての起動では、ポータルシステムが初期設定とインストールを完了させるために
142- およそ 1 分程度の時間を必要とします。どうか 1 分がまんしてください。それからウェブブラウザを起動して、
288+ およそ 10 秒から 30 秒程度の時間を必要とします。サーバが起動したら、ウェブブラウザを起動して、
143289 こちらを開いてください。 <a href="http://localhost:8080/jetspeed/portal">http://localhost:8080/jetspeed/portal</a>.
144290 </p>
145291 </subsection>
@@ -146,17 +292,136 @@
146292 <subsection name="[Login to Jetspeed-2] Jetspeed 2 へのログイン">
147293 <div class="original">
148294 <p>
149- Sample accounts to login as:
295+All preconfigured users have the same password as username (for example the <i>admin</i> user has the password <i>admin</i>)
296+If you installed with the Minimal installer, two test accounts are available:
297+ </p>
298+</div>
299+
300+<p>
301+ あらかじめ設定されているユーザは全て、ユーザ名と同じパスワードになっています (例えば、<i>admin</i> ユーザのパスワードは <i>admin</i>)。
302+ 最小インストーラを使用した場合、2 つのテストアカウントが利用可能です。
150303 </p>
304+
305+<div class="original">
306+ <source>
307+admin -- System administrator, super user
308+devmgr -- Delegated security manager, can manage users with the "dev" (developer) role
309+ </source>
151310 </div>
152- <p>
153- 以下のサンプルアカウントでログインできます:
311+
154312 <source>
155-admin/admin
156-manager/manager
157-user/user</source>
313+admin -- システム管理者、スーパーユーザ。
314+devmgr -- セキュリティ管理者の権限を与えられたユーザ。"dev"(開発者) ロールでユーザの管理が出来ます。
315+ </source>
316+
317+<div class="original">
318+ <p>
319+If you installed with the Demo installer, several additional test accounts are available:
158320 </p>
321+</div>
322+
323+<p>
324+ デモインストーラを使用した場合、加えていくつかのテストアカウントが利用可能です。
325+</p>
326+
327+<div class="original">
328+ <source>
329+admin -- System administrator, super user
330+manager - Has system administration rights, but not super user
331+user -- A sample user demonstrating with with a home page and advanced profiled menus
332+tomcat -- A sample user demonstrating a user without a home page
333+jetspeed -- A sample user demonstrating discovery of pages by both group and role fallback profiling algorithms
334+subsite -- Example of how to setup users with a primary subsite role fallback profiling rules
335+subsite2 -- Example of how to setup users with a secondary subsite role fallback profiling rules
336+devmgr -- Delegated security manager, can manage users with the "dev" (developer) role
337+ </source>
338+</div>
339+
340+ <source>
341+admin -- システム管理者、スーパーユーザ。
342+manager - システム管理の権限を持ちますが、スーパーユーザではありません。
343+user -- ホームページと特別にプロファイリングされたメニューを持つデモを行うサンプルユーザ。
344+tomcat -- ホームページを持たないユーザのデモを行うサンプルユーザ。
345+jetspeed -- グループとロールの両方のフォールバックするプロファイリングアルゴリズムによってページを見つけるデモを行うサンプルユーザ。
346+subsite -- プライマリのサブサイトのロールでフォールバックするプロファイリングルールのユーザの設定方法の例。
347+subsite2 -- セカンダリのサブサイトのロールでフォールバックするプロファイリングルールのユーザの設定方法の例。
348+devmgr -- セキュリティ管理者の権限を与えられたユーザ。"dev"(開発者) ロールでユーザの管理が出来ます。
349+</source>
159350 </subsection>
351+
352+ <subsection name="[Jetspeed Desktop] Jetspeed デスクトップ">
353+<div class="original">
354+ <p>
355+The Jetspeed Desktop is a client-side JSR-168 aggregation engine.
356+To accesss the Desktop, navigate your browser to <a href='http://localhost:8080/jetspeed/desktop'>http://localhost:8080/jetspeed/desktop</a>
357+When switching between the /desktop and the /portal URLs, logout to start a new session.
358+ </p>
359+</div>
360+<p>
361+ Jetspeed デスクトップは、クライアントサイドの JSR-168 集約エンジンです。
362+ デスクトップにアクセスするには、ブラウザで <a href='http://localhost:8080/jetspeed/desktop'>http://localhost:8080/jetspeed/desktop</a> にアクセスしてください。/desktop と /portal の間を切り替えるには、ログアウトして新しいセッションを始めてください。
363+</p>
364+ </subsection>
365+ <subsection name="[Changing the Database] データベースの変更">
366+<div class="original">
367+ <p>
368+ After running the installation, you can manually reinitialize the database or even switch to another database.
369+ To do so, we provide an Ant script found under the <i>database</i> directory of your installed Jetspeed portal.
370+ The database configuration is defined in the <i>database.properties</i> file. To reinitialize or change the database,
371+ go to the database directory and edit the database.properties file, save it, and then run <b><i>ant</i></b>.
372+ </p>
373+</div>
374+<p>
375+ インストールの実行後、手動で再度データベースを初期化することも、別のデータベースへの変更を行うことも可能です。
376+ これを実行するに、Jetspeed ポータルをインストールした場所の <i>database</i> ディレクトリ以下に Ant スクリプトを準備しています。
377+ データベースの設定は <i>database.properties</i> ファイルで定義されている。データベースの再初期化や変更を行うためには、database ディレクトリへ行き、database.properties ファイルを編集して、保存してください。そして <b><i>ant</i></b> を実行してください。
378+</p>
379+
380+<div class="original">
381+ <p>Here is a sample database configuration file:
382+ </p>
383+</div>
384+
385+<p>
386+ ここにサンプルのデータベース定義を示します。
387+</p>
388+
389+<div class="original">
390+ <source>
391+; Jetspeed Enterprise Portal 2.1 Database setup configuration
392+; db.type supported values: db2, derby, mssql, mysql, oracle, postgres, sapdb
393+db.type=mysql
394+: for db.type other than derby, the properties below need to be specified
395+db.username=j2
396+db.password=abracadabra
397+jdbc.url=jdbc:mysql://localhost:3306/prod-2
398+jdbc.driver.class=com.mysql.jdbc.Driver
399+ </source>
400+</div>
401+
402+ <source>
403+; Jetspeed Enterprise Portal 2.1 Database setup configuration
404+; db.type としてサポートされる値: db2, derby, mssql, mysql, oracle, postgres, sapdb
405+db.type=mysql
406+; db.type として derby 以外を指定すると、以下のプロパティを指定する必要があります。
407+db.username=j2
408+db.password=abracadabra
409+jdbc.url=jdbc:mysql://localhost:3306/prod-2
410+jdbc.driver.class=com.mysql.jdbc.Driver
411+ </source>
412+
413+<div class="original">
414+ <p>If you are configuring a database for the first time after choosing Manual database setup in the installer, or want to try out
415+ a different type of database, make sure to copy the specific JDBC driver for the database to the Tomcat shared/lib folder <i>before</i> running ant.<br/>
416+ Note: for Derby, the needed driver is already placed there or available from the database/lib directory of your installed Jetspeed portal.</p>
417+</div>
418+
419+<p>
420+ インストーラでの設定時に手動でのデータベースの設定を選択した後、最初にデータベースを設定する場合や、違うタイプのデータベースを試してみたい時は、ant を実行する<i>前に</i>、Tomcat の shared/lib フォルダにデータベースの JDBC ドライバをコピーすることに注意してください。<br/>
421+ 注意: Derby の場合、必要なドライバは既にインストール済みか、インストールした Jetspeed ポータルの database/lib ディレクトリから利用可能です。
422+</p>
423+ </subsection>
424+
160425 </section>
161426 </body>
162427 </document>
Show on old repository browser