Desarrollar y descargar software de código abierto

View 1.1 - Release Notes

category(Tag) tree

file info

category(Tag)
raíz
file name
pal-portal_1.1_-_Notes
la última actualización
2008-09-19 17:12
tipo
Plain Text
editor
Shinsuke SUGAYA
descripción
1.1 - Release Notes
idioma
English
translate
JAPANESE:

PALポータルサーバはポートレットコンテナ搭載のWebアプリケーション
サーバです。JSR-168 に準拠しており、PAL から提供されている便利な
各種ポートレットを利用することができます。
Apache Jetspeed2 をベースに開発されているため、企業用途レベルの
高水準技術と、一般的なユーザのサイト構築に必要なコンテンツ部品を
併せ持つ幅広い可用性を持っています。

インストール方法:

1. PALPortal-1.1-installer.jar をダウンロードしてください。
2. インストーラーを実行コマンドシェルやDOS窓等から
   $ java -jar PALPortal-1.1-installer.jar
   と打ち込み、インストーラを起動。($ は入力不要)
   インストールウィザードの案内に従い操作します。
3. インストール後、<INSTALL_DIR>/bin/startup.[sh|bat] を
   実行してください(これはTomcatの起動と同じです)。
4. http://localhost:8080/palportal にアクセスすれば、
   PALポータルが表示されます。管理者ユーザーは、
   ユーザー名:admin、パスワード:admin でログインできます。

PAL提供のポートレットの配備方法:
1. admin でログイン
2. TOP  >>  ポータル管理  >>  ポートレット管理 を表示
3. 配備したいポートレットの Deploy リンクをクリック

アンインストール方法:
1. インストール先のディレクトリを削除する


ENGLISH:

PAL Portal is the web application server with the portlet 
container, which is compliant to the JSR 168 standard and 
can use many convenient portlets provided from PAL project 
in out-of-box. 
High availability architecture for the enterprise level 
requirements and for the purposes general user can build sites 
filled with rich contents using several suitable compornents,
ready to run.

How to install:

1. Download PALPortal-install-1.0.5.jar  
2. Run installer
   Open command shell, or DOS command box, type:
   $ java -jar PALPortal-1.1-installer.jar
   You will see the installer executed. (Don't type '$')
3. Execute <INSTALL_DIR>/bin/startup.[sh|bat]
4. Access http://localhost:8080/palportal to display
   PAL Portal. To login as an administrator, you can use
   admin/admin as Username/Password.

How to deploy PALab's portlets:
1. Login as admin
2. Navigate to Root >> Portal Administration >> Portlet Management
3. Click Deploy link you want to deploy

How to uninstall:
1. Delete the install directory, <INSTALL_DIR>