Wiki Markup |
---|
{anchor:top} h2. Overview概要 {styleclass: Class=topLink}[topページトップ|#top]{styleclass} The Yellowfin Installer supports three modes of operation: # Standard Graphical Installer # Command-line Installer # Silent Installer The installer is distributed both as a Windows Executable (.exe) or a Java Archive (.jar) file. The Windows Executable installer only supports the graphical installation mode. When using the .jar installer, the default behaviour is to launch the graphical installer. If no graphical environment is detected, for example a headless linux/unix server, the command-line installer will be launched instead. The installation mode can be specifically selected by adding a switch argument to the command used to run the installer. Yellowfinインストーラーには、3つの動作モードがあります: # 標準のグラフィカルインストーラー # コマンドラインインストーラー # サイレントインストーラー インストーラーは、Windows実行可能(.exe)ファイルまたはJavaアーカイブ(.jar)ファイルとして配布されます。Windows実行可能インストーラーは、グラフィカルインストールモードのみがサポートされます。.jarインストーラーを使用するときのデフォルトの動作は、グラフィカルインストーラーの起動です。グラフィカル環境が検出されなかった場合(ヘッドレスLinux/Unixサーバーなど)、代わりにコマンドラインインストーラーが起動します。インストーラーを実行するために使用されるコマンドに切り替え引数を追加することで、インストールモードを具体的に選択できます。 {code:none} java -jar yellowfin-yyyymmdd-full.jar -gui java -jar yellowfin-yyyymmdd-full.jar -cmd java -jar yellowfin-yyyymmdd-full.jar -silent {code} If the graphical installer is requested with {{-gui}}, but no graphical environment is available, an error message will be displayed. 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. Parameters may be set which can be used to customise the text and images displayed during the installation, pre-population user options, hide or show different options, and perform post-installation tasks to change the default behaviour of Yellowfin. These parameters can be set in different ways. In order of precedence, these are: # Default options provided by the installer where appropriate # Custom properties file bundled with the installer # Command-line arguments provided to the installer # Silent installer properties file (silent installation only) # Options entered by the user during the installation (graphical and command-line installation) For example, an option specified on the command line will override the same option specified in the custom properties file. \-guiを指定してグラフィカルインストーラーをリクエストしても、グラフィカル環境を利用できない場合は、エラーメッセージが表示されます。 それぞれのインストールモードでは同じタスクが実行されるため、同じパラメーター値を入力する必要があります。ただし、表示方法はまったく異なります。 インストーラーによって実行される一般的なプロセスは次のとおりです: # ユーザーオプションの値を取得します。 # 配布ファイルをインストールします。 # Yellowfinデータベースを設定します。 # インストール後タスクを実行します。 インストーラーは細かくカスタマイズできます。たとえば、インストール中に表示されるテキストおよびイメージのカスタマイズ、ユーザーオプションの事前設定、さまざまなオプションの表示/非表示、Yellowfinのデフォルト動作を変更するためのインストール後タスクの実行などのために使用できるパラメーターを設定できます。これらのパラメーターはさまざまな方法で設定できます。優先順に以下のとおりです: # インストーラーによって適宜提供されるデフォルトのオプション # インストーラーにバンドルされているカスタムプロパティファイル # インストーラーによって提供されるコマンドライン引数 # サイレントインストーラーのプロパティファイル(サイレントインストールの場合のみ) # ユーザーがインストール中に入力するオプション(グラフィカルインストールおよびコマンドラインインストールの場合) たとえば、コマンドラインで指定するオプションは、カスタムプロパティファイルで指定する同じオプションよりも優先します。 \\ \\ {horizontalrule} {styleclass: Class=topLink}[topページトップ|#top]{styleclass} |
Page Comparison
General
Content
Integrations