Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.55 KB

README.jp.md

File metadata and controls

50 lines (40 loc) · 2.55 KB

openam1200-japanese-properties

OpenAM 12.0.0 日本語化ファイル。以下のいずれかができます。

  • 日本語に完全対応したOpenAM 12.0.0をビルドする
  • デプロイ済みのOpenAM 12.0.0を完全な日本語対応にする

ビルド方法

※OpenAMのソースコードをチェックアウトするには、SVNクライアント 1.6.xが必要です。また、ビルドにはApache Maven 3.0.xが必要です。

以下コマンドを実行すると、OpenAM 12.0.0のソースコードをダウンロードし、それに日本語化ファイルをコピーしてMavenでビルドします:

wget -N --no-check-certificate https://raw.githubusercontent.com/k-tamura/openam1200-japanese-properties/master/build-openam-jp.sh
chmod +x build-openam-jp.sh
./build-openam-jp.sh

ビルドせずにデプロイする方法

ビルドせずに既存のOpenAMにデプロイする場合は、以下の手順を実行します。

(1) OpenAMがデプロイされているWebアプリケーションコンテナを停止。
(2) 以下のコマンドを実行:

wget -N --no-check-certificate https://raw.githubusercontent.com/k-tamura/openam1200-japanese-properties/master/deploy-jp-files.sh
chmod +x deploy-jp-files.sh
./deploy-jp-files.sh

(3) Webアプリケーションコンテナを起動。

デプロイしたファイルを削除する方法

(1) OpenAMがデプロイされているWebアプリケーションコンテナを停止。
(2) 以下のコマンドを実行:

wget -N --no-check-certificate https://raw.githubusercontent.com/k-tamura/openam1200-japanese-properties/master/undeploy-jp-files.sh
chmod +x undeploy-jp-files.sh
./undeploy-jp-files.sh

(3) Webアプリケーションコンテナを起動。

ライセンス

ライセンに関してはOpenAMのwarファイルにあるlegal/CDDLv1.0.txtを参照して下さい。

The contents of this file are subject to the terms of the Common Development and Distribution License (the License). You may not use this file except in compliance with the License.

You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the specific language governing permission and limitations under the License.

When distributing Covered Software, include this CDDL Header Notice in each file and include the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL Header, with the fields enclosed by brackets [] replaced by your own identifying information: "Portions copyright [year] [name of copyright owner]".