...
Table of Contents | ||
---|---|---|
|
Overview
The Yellowfin Installer supports three modes of operation:
- Standard Graphical Installer
- Command-line Installer
- Silent Installer
See インストーラーのプロパティ for more information.
...
概要
Yellowfinインストーラーには、3つの動作モードがあります:
- 標準のグラフィカルインストーラー
- コマンドラインインストーラー
- サイレントインストーラー
詳細については、インストーラーのプロパティを参照してください。
デフォルトの動作は、グラフィカルインストーラーの起動です。グラフィカル環境が使用できない場合(ヘッドレスLinux/Unixサーバーなど)、代わりにコマンドラインインストーラーが起動します。インストーラーを実行するために使用されるコマンドに切り替え引数を追加することで、インストールモードを具体的に選択できます。
Code Block | ||||
---|---|---|---|---|
| ||||
java -jar yellowfin-yyyymmdd-full.jar -gui java -jar yellowfin-yyyymmdd-full.jar -cmd java -jar yellowfin-yyyymmdd-full.jar -silent |
If the graphical installer is requested with –gui, but no graphical environment is available, an error message will be displayed.
There is also a Windows executable version of the installer, which only supports graphical installation mode.
Each installation mode performs the same tasks, and requires the same parameter values to be entered. However, the way they are displayed is quite different.
The general process undertaken by the installer is:
- Obtain values for user options
- Install distribution files
- Setup Yellowfin database
- Perform post-installation tasks
The installer provides a high level of customisation. Installer properties may be set which can be used to customise the text and images displayed during the installation, pre-populate user options, hide or show different options, and perform post-installation tasks to change the default behaviour of Yellowfin.
The silent installer does not display a user interface. This can be useful when bundling the Yellowfin installer as part of another installer that has its own user interface.
User Options
These options are required for installation:
- Whether to install the Tutorial Database and Sample Reports
- Whether to install the US GeoPack
- Location of the Yellowfin Licence File
- App Server Port
- Whether to install a Windows Service (only when the installer is run on a Windows system)
- Connection Parameters for the Yellowfin Database
- Installation Directory
In the graphical and command-line installations, these values can be entered by the user. Default values may be specified in the custom properties file or on the command-line, which will be displayed in the graphical installation.
In the silent installation, there is no user input, so the values specified in the custom properties file and on the command-line are used.-guiを指定してグラフィカルインストーラーをリクエストしても、グラフィカル環境を利用できない場合は、エラーメッセージが表示されます。
Windows実行可能形式のインストーラーもありますが、これはグラフィカルインストールモードのみをサポートします。
それぞれのインストールモードでは同じタスクが実行されるため、同じパラメーター値を入力する必要があります。ただし、表示方法はまったく異なります。
インストーラーによって実行される一般的なプロセスは次のとおりです:
- ユーザーオプションの値を取得します。
- 配布ファイルをインストールします。
- Yellowfinデータベースを設定します。
- インストール後タスクを実行します。
インストーラーは細かくカスタマイズできます。たとえば、インストール中に表示されるテキストおよびイメージのカスタマイズ、ユーザーオプションの事前設定、さまざまなオプションの表示/非表示、Yellowfinのデフォルト動作を変更するためのインストール後タスクの実行などのために使用できるインストーラーのプロパティを設定できます。
サイレントインストーラーは、ユーザーインターフェースを表示しません。これは、独自のユーザーインターフェースを持つ別のインストーラーの一部としてYellowfinインストーラーをバンドルするときに便利です。
ユーザーオプション
インストールには次のオプションが必要です:
- チュートリアルデータベースおよびサンプルレポートをインストールするかどうか
- 米国ジオパックをインストールするかどうか
- Yellowfinライセンスファイルの場所
- App Serverのポート
- Windowsサービスをインストールするかどうか(インストーラーがWindowsシステムで実行される場合のみ)
- Yellowfinデータベースの接続パラメーター
- インストールディレクトリ
グラフィカルインストールとコマンドラインインストールの場合、これらの値はユーザーが入力できます。デフォルト値は、カスタムプロパティファイルまたはコマンドラインで指定でき、グラフィカルインストールで表示されます。
サイレントインストールの場合はユーザー入力がないため、カスタムプロパティファイルおよびコマンドラインで指定する値が使用されます。