Develop and Download Open Source Software

Show incremental difference of selected versions of 1.0-beta1 - Release Notes.

category(Tag) tree

file info

category(Tag)
root
file name
pal-portal_1.0-beta1_-_Notes
last update
2006-10-03 06:34
type
Plain Text
editor
Shinsuke SUGAYA
description
1.0-beta1 - Release Notes
language
English
translate
--- /tmp/DOCMAN25XNKx8	2024-04-10 04:37:03.537957821 +0900
+++ /tmp/DOCMAN2IWxuQ5	2024-04-10 04:37:03.537957821 +0900
@@ -1,16 +1,40 @@
+JAPANESE:
 PALポータルは、JSR 168 準拠のポータルサーバーです。Jetspeed2 ベースで
 作成され、PAL から提供しているポートレットを含めてあります。

 インストール方法:
-まず、PALPortal-install-1.0-beta1.jarと
-PALPortal-portletpack-1.0-beta1.zipを
-ダウンロードしてください。そして、
-$ java -jar PALPortal-install-1.0-beta1.jar
-を実行して、インストーラーを起動してインストールを
-してください。ポートレットパックとして、
-PALPortal-portletpack-1.0-beta1.zipをしていします。
-インストール後、<INSTALL_DIR>/bin/startup.[sh|bat] を
-実行してください(これはTomcatの起動と同じです)。
-http://localhost:8080/palportal にアクセスすれば、
-PALポータルが表示されます。管理者ユーザーは、
-ユーザー名:admin、パスワード:admin でログインできます。
+1. PALPortal-install-1.0-beta1.jarと
+   PALPortal-portletpack-1.0-beta1.zipを
+   ダウンロードしてください。
+2. インストーラーを実行
+   $ java -jar PALPortal-install-1.0-beta1.jar
+   ポートレットパックとして、PALPortal-portletpack-1.0-beta1.zipを
+   指定します。
+3. インストール後、<INSTALL_DIR>/bin/startup.[sh|bat] を
+   実行してください(これはTomcatの起動と同じです)。
+4. http://localhost:8080/palportal にアクセスすれば、
+   PALポータルが表示されます。管理者ユーザーは、
+   ユーザー名:admin、パスワード:admin でログインできます。
+
+アンインストール方法:
+1. インストール先のディレクトリを削除する
+
+ENGLISH:
+PAL Portal is JSR 168 compliant portal server. This portal is
+Jetspeed2 based server and includes portlets which PAL project provides.
+
+How to install:
+1. Download PALPortal-install-1.0-beta1.jar and
+   PALPortal-portletpack-1.0-beta1.zip
+2. Run installer
+   $ java -jar PALPortal-install-1.0-beta1.jar
+   Since the installer asks about a location of
+   a portlet pack, specify a path of
+   PALPortal-portletpack-1.0-beta1.zip
+3. Run PAL Portal to execute <INSTALL_DIR>/bin/startup.[sh|bat]
+4. Access http://localhost:8080/palportal to display
+   PAL Portal. Information about Administrator's
+   username/password is admin/admin.
+
+How to uninstall:
+1. Delete the install directory, <INSTALL_DIR>