[pal-cvs 2404] [136] added install/uninstall steps.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 5月 14日 (月) 14:25:08 JST


Revision: 136
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=136
Author:   shinsuke
Date:     2007-05-14 14:25:07 +0900 (Mon, 14 May 2007)

Log Message:
-----------
added install/uninstall steps.

Modified Paths:
--------------
    pal-portal/trunk/docs/ja/installation-guide/xdocs/navigation.xml

Added Paths:
-----------
    pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-unix.xml
    pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-win.xml
    pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml
    pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml
    pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml
    pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml
    pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_beforeinstall.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_complete.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_components.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_dbselection.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_install.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_license.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_location.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_mailserver.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_welcome.gif
    pal-portal/trunk/docs/ja/installation-guide/xdocs/images/palportal_top.gif


-------------- next part --------------
Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-unix.xml
===================================================================
--- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-unix.xml	2007-05-13 02:49:16 UTC (rev 135)
+++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-unix.xml	2007-05-14 05:25:07 UTC (rev 136)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Copyright 2004 The Apache Software Foundation
+	
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<document>
+  <properties>
+    <title>PALポータル インストールガイド</title>
+    <subtitle>Unix 系 OS での GUI インストール</subtitle>
+    <authors>
+      <person name="菅谷信介" email="shins****@yahoo*****"/>
+    </authors>
+  </properties>
+  <body>
+    <section name="CLI インストール">
+      <p>
+        PALポータルは、Unix または Linux の OS 上でコマンドラインインターフェース (CLI) によるインストールをサポートしていません。
+        グラフィカルユーザーインターフェースによるインストールをご利用ください。
+      </p>
+    </section>
+  </body>
+</document>


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-unix.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-win.xml
===================================================================
--- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-win.xml	2007-05-13 02:49:16 UTC (rev 135)
+++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-win.xml	2007-05-14 05:25:07 UTC (rev 136)
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Copyright 2004 The Apache Software Foundation
+	
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<document>
+  <properties>
+    <title>PALポータル インストールガイド</title>
+    <subtitle>Windows 系 OS での GUI インストール</subtitle>
+    <authors>
+      <person name="菅谷信介" email="shins****@yahoo*****"/>
+    </authors>
+  </properties>
+  <body>
+    <section name="CLI インストール">
+      <p>
+        PALポータルは、Windows の OS 上でコマンドラインインターフェース (CLI) によるインストールをサポートしていません。
+        グラフィカルユーザーインターフェースによるインストールをご利用ください。
+      </p>
+    </section>
+  </body>
+</document>


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-cli-install-for-win.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml
===================================================================
--- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml	2007-05-13 02:49:16 UTC (rev 135)
+++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml	2007-05-14 05:25:07 UTC (rev 136)
@@ -0,0 +1,167 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Copyright 2004 The Apache Software Foundation
+	
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<document>
+  <properties>
+    <title>PALポータル インストールガイド</title>
+    <subtitle>Unix 系 OS での GUI インストール</subtitle>
+    <authors>
+      <person name="菅谷信介" email="shins****@yahoo*****"/>
+    </authors>
+  </properties>
+  <body>
+    <section name="GUI インストール">
+      <p>
+        PALポータルは、Unix または Linux の OS 上でグラフィカルユーザーインターフェース (GUI) によるインストールをサポートしています。
+        この章では、GUI によるインストール手順について説明しています。
+        GUI によるインストールを行うためには、X Window システムが利用できる状態になっている必要があります。
+      </p>
+    </section>
+    <section name="インストールの前に">
+      <p>
+        PALポータルおよび PALポータルのインストーラーは、Java SDK(1.5.x以上) が必要になります。
+        <a href="http://java.sun.com/">http://java.sun.com/</a> にアクセスして、Java SDK を取得してください。
+        Java SDK のインストール手順については、<a href="http://java.sun.com/">http://java.sun.com/</a> にあるインストール手順にしたがってください。
+      </p>
+      <p>
+        PALポータルおよび PALポータルのインストーラーを実行するためには、環境変数に JAVA_HOME が設定されている必要があるので、設定されていることを確認してください。Unix 系 OS で環境変数 JAVA_HOME を設定するためには、
+<source><![CDATA[
+例(bash を利用の場合):
+$ export JAVA_HOME=/usr/java/jdk1.5.0_11/
+]]></source>
+        を実行します。
+      </p>
+    </section>
+    <section name="インストール手順">
+      <subsection name="1. PALPortal-install-[version].jar のダウンロード">
+        <p>
+          <a href="http://sourceforge.jp/projects/pal/files/">http://sourceforge.jp/projects/pal/files/</a> から PALポータルのインストーラー(jarファイル)をダウンロードしてください。
+        インストーラーのファイル名は、PALPortal-install-[version].jar になります([version]は PALポータルのバージョンです)。
+        </p>
+      </subsection>
+      <subsection name="2. インストーラの実行">
+        <p>
+          端末エミュレータ上で
+<source>
+<![CDATA[
+$ java -jar PALPortal-install-[version].jar
+]]>
+</source>
+          を実行します(java コマンドが含まれるディレクトリは、環境変数 PATH で指定されている必要があります)。
+          実行するとインストーラーが起動します。
+        </p>
+          <img src="images/installer_unix_welcome.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="3. ライセンスの確認">
+        <p>
+          ライセンスを確認します。
+        </p>
+          <img src="images/installer_unix_license.gif" />
+        <p>
+          ライセンスに同意する場合は、Accept ボタンをクリックします。
+          同意できない場合は、Reject ボタンをクリックして、インストールを終了してください。
+        </p>
+      </subsection>
+      <subsection name="4. インストール場所の選択">
+        <p>
+          インストールする場所を選択してください。テキストフィールド欄にインストールするパスを入力するか、Select Folder ボタンをクリックして、インストールする場所を指定します。
+        </p>
+          <img src="images/installer_unix_location.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="5. インストールするコンポーネントの確認">
+        <p>
+          インストールされるコンポーネントの一覧が表示されます。
+        </p>
+          <img src="images/installer_unix_components.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="6. データベースの選択">
+        <p>
+          利用するデータベースを指定します。
+          デフォルトの DB を利用する場合は、Derby を選択してください。
+        </p>
+          <img src="images/installer_unix_dbselection.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+        <!-- TODO Other DB -->
+      </subsection>
+      <subsection name="7. メールサーバーの指定">
+        <p>
+          PALポータルで利用するメールサーバーを指定します。
+          Mail server name テキストフィールドにメールサーバー名を指定します。
+          メールサーバーがユーザー認証を利用している場合には、User authentication チェックボックスを選択して、ユーザー名とパスワードを入力します。
+        </p>
+          <img src="images/installer_unix_mailserver.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="8. インストール前の確認">
+        <p>
+          インストールを実行する前に、インストール先のディレクトリを確認してください。
+          指定されたディレクトリが削除されます。
+        </p>
+          <img src="images/installer_unix_beforeinstall.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="9. インストールの実行">
+        <p>
+          Install ボタンをクリックするとインストールが実行されます。
+          Show ボタンをクリックすると、インストール時のログを確認することができます。
+        </p>
+          <img src="images/installer_unix_install.gif" />
+        <p>
+          Install ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="10. インストールの完了">
+        <p>
+          インストールが完了すると、Finished というメッセージが表示されます。
+          インストールに失敗した場合は、ログでエラー内容を確認してください。
+        </p>
+          <img src="images/installer_unix_complete.gif" />
+        <p>
+          Exit ボタンをインストーラーを終了します。
+        </p>
+      </subsection>
+      <subsection name="11. PALポータルの実行">
+        <p>
+          端末エミュレータ上で
+<source><![CDATA[
+$ [インストール場所]/bin/startup.sh
+]]></source>
+          を実行して、PALポータルを起動してください。起動後、http://localhost:8080/palportal にアクセスして、PALポータルのトップページが表示されることを確認してください。
+        </p>
+          <img src="images/palportal_top.gif" />
+        <p>
+          デフォルトで、登録されている管理者は、ユーザー名 admin 、パスワード admin です。
+          また、デフォルトで表示されるサイトを編集する場合には、ユーザー名 site 、パスワード site でログインして、コンテンツを編集してください。
+        </p>
+      </subsection>
+    </section>
+  </body>
+</document>


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-unix.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml
===================================================================
--- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml	2007-05-13 02:49:16 UTC (rev 135)
+++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml	2007-05-14 05:25:07 UTC (rev 136)
@@ -0,0 +1,161 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Copyright 2004 The Apache Software Foundation
+	
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<document>
+  <properties>
+    <title>PALポータル インストールガイド</title>
+    <subtitle>Windows 系 OS での GUI インストール</subtitle>
+    <authors>
+      <person name="菅谷信介" email="shins****@yahoo*****"/>
+    </authors>
+  </properties>
+  <body>
+    <section name="GUI インストール">
+      <p>
+        PALポータルは、Windows の OS 上でグラフィカルユーザーインターフェース (GUI) によるインストールをサポートしています。
+        この章では、GUI によるインストール手順について説明しています。
+      </p>
+    </section>
+    <section name="インストールの前に">
+      <p>
+        PALポータルおよび PALポータルのインストーラーは、Java SDK(1.5.x以上) が必要になります。
+        <a href="http://java.sun.com/">http://java.sun.com/</a> にアクセスして、Java SDK を取得してください。
+        Java SDK のインストール手順については、<a href="http://java.sun.com/">http://java.sun.com/</a> にあるインストール手順にしたがってください。
+      </p>
+      <p>
+        PALポータルおよび PALポータルのインストーラーを実行するためには、環境変数に JAVA_HOME が設定されている必要があるので、設定されていることを確認してください。
+      </p>
+    </section>
+    <section name="インストール手順">
+      <subsection name="1. PALPortal-install-[version].jar のダウンロード">
+        <p>
+          <a href="http://sourceforge.jp/projects/pal/files/">http://sourceforge.jp/projects/pal/files/</a> から PALポータルのインストーラー(jarファイル)をダウンロードしてください。
+        インストーラーのファイル名は、PALPortal-install-[version].jar になります([version]は PALポータルのバージョンです)。
+        </p>
+      </subsection>
+      <subsection name="2. インストーラの実行">
+        <p>
+          DOS窓上などで
+<source>
+<![CDATA[
+> java -jar PALPortal-install-[version].jar
+]]>
+</source>
+          を実行します。
+          実行するとインストーラーが起動します。
+        </p>
+          <img src="images/installer_unix_welcome.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="3. ライセンスの確認">
+        <p>
+          ライセンスを確認します。
+        </p>
+          <img src="images/installer_unix_license.gif" />
+        <p>
+          ライセンスに同意する場合は、Accept ボタンをクリックします。
+          同意できない場合は、Reject ボタンをクリックして、インストールを終了してください。
+        </p>
+      </subsection>
+      <subsection name="4. インストール場所の選択">
+        <p>
+          インストールする場所を選択してください。テキストフィールド欄にインストールするパスを入力するか、Select Folder ボタンをクリックして、インストールする場所を指定します。
+        </p>
+          <img src="images/installer_unix_location.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="5. インストールするコンポーネントの確認">
+        <p>
+          インストールされるコンポーネントの一覧が表示されます。
+        </p>
+          <img src="images/installer_unix_components.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="6. データベースの選択">
+        <p>
+          利用するデータベースを指定します。
+          デフォルトの DB を利用する場合は、Derby を選択してください。
+        </p>
+          <img src="images/installer_unix_dbselection.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+        <!-- TODO Other DB -->
+      </subsection>
+      <subsection name="7. メールサーバーの指定">
+        <p>
+          PALポータルで利用するメールサーバーを指定します。
+          Mail server name テキストフィールドにメールサーバー名を指定します。
+          メールサーバーがユーザー認証を利用している場合には、User authentication チェックボックスを選択して、ユーザー名とパスワードを入力します。
+        </p>
+          <img src="images/installer_unix_mailserver.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="8. インストール前の確認">
+        <p>
+          インストールを実行する前に、インストール先のディレクトリを確認してください。
+          指定されたディレクトリが削除されます。
+        </p>
+          <img src="images/installer_unix_beforeinstall.gif" />
+        <p>
+          Next ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="9. インストールの実行">
+        <p>
+          Install ボタンをクリックするとインストールが実行されます。
+          Show ボタンをクリックすると、インストール時のログを確認することができます。
+        </p>
+          <img src="images/installer_unix_install.gif" />
+        <p>
+          Install ボタンをクリックします。
+        </p>
+      </subsection>
+      <subsection name="10. インストールの完了">
+        <p>
+          インストールが完了すると、Finished というメッセージが表示されます。
+          インストールに失敗した場合は、ログでエラー内容を確認してください。
+        </p>
+          <img src="images/installer_unix_complete.gif" />
+        <p>
+          Exit ボタンをインストーラーを終了します。
+        </p>
+      </subsection>
+      <subsection name="11. PALポータルの実行">
+        <p>
+          端末エミュレータ上で
+<source><![CDATA[
+> [インストール場所]/bin/startup.bat
+]]></source>
+          を実行して、PALポータルを起動してください。起動後、http://localhost:8080/palportal にアクセスして、PALポータルのトップページが表示されることを確認してください。
+        </p>
+          <img src="images/palportal_top.gif" />
+        <p>
+          デフォルトで、登録されている管理者は、ユーザー名 admin 、パスワード admin です。
+          また、デフォルトで表示されるサイトを編集する場合には、ユーザー名 site 、パスワード site でログインして、コンテンツを編集してください。
+        </p>
+      </subsection>
+    </section>
+  </body>
+</document>


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-gui-install-for-win.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml
===================================================================
--- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml	2007-05-13 02:49:16 UTC (rev 135)
+++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml	2007-05-14 05:25:07 UTC (rev 136)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Copyright 2004 The Apache Software Foundation
+	
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<document>
+  <properties>
+    <title>PALポータル インストールガイド</title>
+    <subtitle>Unix 系 OS でのアンインストール</subtitle>
+    <authors>
+      <person name="菅谷信介" email="shins****@yahoo*****"/>
+    </authors>
+  </properties>
+  <body>
+    <section name="アンインストール">
+      <p>
+        PALポータルのアンインストールは、インストールしたディレクトリを削除するだけで完了します。
+        端末エミュレータ上で
+<source><![CDATA[
+$ rm -rf [インストール場所]
+]]></source>
+        を実行してください。
+      </p>
+    </section>
+  </body>
+</document>


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-unix.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml
===================================================================
--- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml	2007-05-13 02:49:16 UTC (rev 135)
+++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml	2007-05-14 05:25:07 UTC (rev 136)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Copyright 2004 The Apache Software Foundation
+	
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<document>
+  <properties>
+    <title>PALポータル インストールガイド</title>
+    <subtitle>Windows 系 OS でのアンインストール</subtitle>
+    <authors>
+      <person name="菅谷信介" email="shins****@yahoo*****"/>
+    </authors>
+  </properties>
+  <body>
+    <section name="アンインストール">
+      <p>
+        PALポータルのアンインストールは、インストールしたディレクトリを削除するだけで完了します。
+          DOS窓上などで
+<source><![CDATA[
+> rmdir [インストール場所]
+]]></source>
+          を実行してください。
+      </p>
+    </section>
+  </body>
+</document>


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-uninstall-for-win.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml
===================================================================
--- pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml	2007-05-13 02:49:16 UTC (rev 135)
+++ pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml	2007-05-14 05:25:07 UTC (rev 136)
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+	Copyright 2004 The Apache Software Foundation
+	
+	Licensed under the Apache License, Version 2.0 (the "License");
+	you may not use this file except in compliance with the License.
+	You may obtain a copy of the License at
+	
+	http://www.apache.org/licenses/LICENSE-2.0
+	
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+-->
+<document>
+  <properties>
+    <title>PALポータル インストールガイド</title>
+    <subtitle>PALポータルのアップグレード</subtitle>
+    <authors>
+      <person name="菅谷信介" email="shins****@yahoo*****"/>
+    </authors>
+  </properties>
+  <body>
+    <section name="アップグレードについて">
+      <p>
+        TBD
+      </p>
+    </section>
+  </body>
+</document>


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/guide-upgrade.xml
___________________________________________________________________
Name: svn:eol-style
   + native

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_beforeinstall.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_beforeinstall.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_complete.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_complete.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_components.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_components.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_dbselection.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_dbselection.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_install.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_install.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_license.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_license.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_location.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_location.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_mailserver.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_mailserver.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_welcome.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/installer_unix_welcome.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/palportal_top.gif
===================================================================
(Binary files differ)


Property changes on: pal-portal/trunk/docs/ja/installation-guide/xdocs/images/palportal_top.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: pal-portal/trunk/docs/ja/installation-guide/xdocs/navigation.xml
===================================================================
--- pal-portal/trunk/docs/ja/installation-guide/xdocs/navigation.xml	2007-05-13 02:49:16 UTC (rev 135)
+++ pal-portal/trunk/docs/ja/installation-guide/xdocs/navigation.xml	2007-05-14 05:25:07 UTC (rev 136)
@@ -24,10 +24,14 @@
       <item name="はじめに" href="index.html"/>
     </menu>
     <menu name="インストールについて">
-      <item name="インストール手順" href="guide-install.html"/>
+      <item name="Unix 系 OS での GUI インストール" href="guide-gui-install-for-unix.html"/>
+      <item name="Unix 系 OS での CLI インストール" href="guide-cli-install-for-unix.html"/>
+      <item name="Windows 系 OS での GUI インストール" href="guide-gui-install-for-win.html"/>
+      <item name="Windows 系 OS での CLI インストール" href="guide-cli-install-for-win.html"/>
     </menu>
     <menu name="アンインストールについて">
-      <item name="アンインストール手順" href="guide-uninstall.html"/>
+      <item name="Unix 系 OS でのアンインストール" href="guide-uninstall-for-unix.html"/>
+      <item name="Windows 系 OS でのアンインストール" href="guide-uninstall-for-win.html"/>
     </menu>
     <menu name="アップグレードについて">
       <item name="アップグレード手順" href="guide-upgrade.html"/>


pal-cvs メーリングリストの案内
Back to archive index