Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

概要

Unknown macro: {styleclass}

top

インストーラーで使用されるすべてのテキストおよびイメージは、プロパティをカスタムプロパティファイルに追加することで変更できます。テキストラベルを変更するには、置き換えるテキストをプロパティ値として追加するだけです。例:

installer.title.msg=Welcome to the Yellowfin installer

インストーラーに表示されるすべてのテキストラベルには、関連するプロパティがカスタムプロパティファイル内にあります。使用可能なすべてのテキストプロパティのリストについては、テキストのプロパティを参照してください。

インストーラーで使用されるイメージを変更するには、適切なイメージファイルをリソースファイルとしてインストーラーに追加する必要があります(詳細については、インストーラーへのファイルの追加を参照してください)。その後、インストーラー内のリソースパスを指定するプロパティをカスタムプロパティファイルに追加します。例:

resource.pack.core.img=resources/coreicon.png

これは、パックの選択ページで「core」パックを表すために使用されるアイコンがパスresources/coreicon.pngでインストーラーに追加されていることを指定します。リソースパスが正しいことを確認してください。正しくないと、インストーラーが正しく機能しません。使用可能なすべてのリソースプロパティのリストについては、[リソースの場所]を参照してください。

アクションプロパティをカスタムプロパティファイルに追加することもできます。これらはインストーラーの動作やYellowfinインストールの設定に影響します。

 プロパティ-インストーラーの動作

以下のプロパティは、インストーラーの動作に影響します:|| プロパティ || 値 ||| action.nodbaccess | true/falseDo not access the database in any way - only extract distribution files. The database parameters must still be set, as they will be inserted into configuration files.Default = false || action.warfileonly | true/falseExtract the yellowfin.war file only - do not create any other files on the file system. The database will still be setup according to the database parameters. If this is true:1. HSQLDB cannot be used as the database type2. The tutorial pack cannot be installed3. Start-menu shortcuts will not be installedDefault = false || action.noshortcuts | true/falseDon't create start-menu shortcutsDefault = false || action.hidepacks | true/falseDon't show the pack selection page. The preselected packs will automatically be installed.Default = false || action.hideserverport | true/falseDon't show the App Server port option. The server port will be set based on the option.serverport value.Default = false || action.hidewinservice | true/falseDon't show the Windows Service option. The service will be installed based on the option.serverport value.Default = false || action.hidedboptions | true/falseDon't show the database connection options. The database connection parameters will be taken from the option.db.* options.Default = false || {{action.hideinstallpath | true/falseDon't show the installation directory option. Yellowfin will be installed into the directory set by the option.installpath option. || action.nodevelopment | true/falseDon't install any files under the development directoryDefault = false |

">
 プロパティ-インストーラーの動作

以下のプロパティは、インストーラーの動作に影響します:|| プロパティ || 値 ||| action.nodbaccess | true/falseDo not access the database in any way - only extract distribution files. The database parameters must still be set, as they will be inserted into configuration files.Default = false || action.warfileonly | true/falseExtract the yellowfin.war file only - do not create any other files on the file system. The database will still be setup according to the database parameters. If this is true:1. HSQLDB cannot be used as the database type2. The tutorial pack cannot be installed3. Start-menu shortcuts will not be installedDefault = false || action.noshortcuts | true/falseDon't create start-menu shortcutsDefault = false || action.hidepacks | true/falseDon't show the pack selection page. The preselected packs will automatically be installed.Default = false || action.hideserverport | true/falseDon't show the App Server port option. The server port will be set based on the option.serverport value.Default = false || action.hidewinservice | true/falseDon't show the Windows Service option. The service will be installed based on the option.serverport value.Default = false || action.hidedboptions | true/falseDon't show the database connection options. The database connection parameters will be taken from the option.db.* options.Default = false || {{action.hideinstallpath | true/falseDon't show the installation directory option. Yellowfin will be installed into the directory set by the option.installpath option. || action.nodevelopment | true/falseDon't install any files under the development directoryDefault = false |

 Properties - Post-Installation Configuration

The following options affect the post-installation configuration of Yellowfin:|| Property || Value ||| action.authentication.userid | true/falseUse UserID authentication instead of email address authenticationDefault = false || action.adminuser.username | The username for the default Administrator userDefault = admin@yellowfin.com.au || action.adminuser.password | The password for the default Administrator userDefault = test || action.adminuser.email | The email address for the default Administrator userDefault = admin@yellowfin.com.au || action.adminuser.firstname | The first name of the default Administrator userDefault = System || action.adminuser.lastname | The last name of the default Administrator userDefault = Administrator || action.config.headertype | standard/none/customSet the type of page headerDefault = standard || action.config.footertype | standard/none/customSet the type of page footerDefault = standard || action.config.leftnavtype | none/customSet the type of left navigationDefault = none || action.config.standardheaderurl | Sets the header include url to use when "standard" header is used. This will override the standard Yellowfin header. || action.config.standardfooterurl | Sets the footer include url to use when "standard" footer is used. This will override the standard Yellowfin footer. || action.config.customheaderurl | Sets the header include url to use when "custom" header is used. || action.config.customfooterurl | Sets the footer include url to use when "custom" footer is used. || action.config.showtoolbar | true/falseShow the toolbarDefault = true || action.config.showtoolbarlogoff | true/falseShow the logoff link on the toolbarDefault = false || action.config.supportemail | Sets the email address to send error notification emails to. This overrides the Yellowfin support address. || action.config.appname | Sets the application name, used in some display text throughout Yellowfin.Default = Yellowfin || action.config.exportfilename | Sets the filename to save export files as.Default = YellowfinExport.xml || action.config.broadcastemail | Sets the email address to send broadcast emails from || action.config.broadcastname | Sets the from name to send broadcast emails from || action.config.ldapbinduser | Sets the LDAP bind username || action.config.ldapbindpassword | Sets the LDAP bind password || action.config.dashwidth | Sets the default dashboard widthDefault = 900 || action.config.dashanalyticfilters | left/rightSets the default location for filters on analytic dashboardsDefault = right || action.config.searchlocation | top/right/offSets the default location for the search box on the dashboard and report list pagesDefault = top || action.config.associatedreports | left/right/offSets the default location for associated reports on the dashboard pageDefault = right || action.config.basetags | yes/no/commentWhether to include base tags in each pageDefault = yes || action.config.smtpserveraction.config.smtpportaction.config.smtpauthaction.config.smtpusernameaction.config.smtppasswordaction.config.smtpsslaction.config.smtpstarttls | Sets default parameters for the SMTP server used by Yellowfin |

">
 Properties - Post-Installation Configuration

The following options affect the post-installation configuration of Yellowfin:|| Property || Value ||| action.authentication.userid | true/falseUse UserID authentication instead of email address authenticationDefault = false || action.adminuser.username | The username for the default Administrator userDefault = admin@yellowfin.com.au || action.adminuser.password | The password for the default Administrator userDefault = test || action.adminuser.email | The email address for the default Administrator userDefault = admin@yellowfin.com.au || action.adminuser.firstname | The first name of the default Administrator userDefault = System || action.adminuser.lastname | The last name of the default Administrator userDefault = Administrator || action.config.headertype | standard/none/customSet the type of page headerDefault = standard || action.config.footertype | standard/none/customSet the type of page footerDefault = standard || action.config.leftnavtype | none/customSet the type of left navigationDefault = none || action.config.standardheaderurl | Sets the header include url to use when "standard" header is used. This will override the standard Yellowfin header. || action.config.standardfooterurl | Sets the footer include url to use when "standard" footer is used. This will override the standard Yellowfin footer. || action.config.customheaderurl | Sets the header include url to use when "custom" header is used. || action.config.customfooterurl | Sets the footer include url to use when "custom" footer is used. || action.config.showtoolbar | true/falseShow the toolbarDefault = true || action.config.showtoolbarlogoff | true/falseShow the logoff link on the toolbarDefault = false || action.config.supportemail | Sets the email address to send error notification emails to. This overrides the Yellowfin support address. || action.config.appname | Sets the application name, used in some display text throughout Yellowfin.Default = Yellowfin || action.config.exportfilename | Sets the filename to save export files as.Default = YellowfinExport.xml || action.config.broadcastemail | Sets the email address to send broadcast emails from || action.config.broadcastname | Sets the from name to send broadcast emails from || action.config.ldapbinduser | Sets the LDAP bind username || action.config.ldapbindpassword | Sets the LDAP bind password || action.config.dashwidth | Sets the default dashboard widthDefault = 900 || action.config.dashanalyticfilters | left/rightSets the default location for filters on analytic dashboardsDefault = right || action.config.searchlocation | top/right/offSets the default location for the search box on the dashboard and report list pagesDefault = top || action.config.associatedreports | left/right/offSets the default location for associated reports on the dashboard pageDefault = right || action.config.basetags | yes/no/commentWhether to include base tags in each pageDefault = yes || action.config.smtpserveraction.config.smtpportaction.config.smtpauthaction.config.smtpusernameaction.config.smtppasswordaction.config.smtpsslaction.config.smtpstarttls | Sets default parameters for the SMTP server used by Yellowfin |



Unknown macro: {horizontalrule}
Unknown macro: {styleclass}

top

  • No labels