- 概要
- テキストのプロパティ
- リソースの場所
- ユーザーオプション
- インストーラーの動作
- インストーラーの動作 # don't show the create shortcuts panel action.noshortcuts=true # don't do any database access - extract distribution files only # usually only useful with the silent installer # the database parameters still need to be set, as they will be inserted into configuration files action.nodbaccess=true # extract the yellowfin.war file only - do not create any other files on the file system # usually only useful with the silent installer # the database will still be set up according to the db parameters # if this is true, HSQLDB can not be used # if this is true, tutorial pack can not be installed # if this is true, start-menu shortcuts will not be installed # yellowfin.war will be written to the directory chosen as the installation directory (option.installpath) action.warfileonly=true # hide the packs panel # the preselected panels will be automatically installed action.hidepacks=true # hide specific packs from the pack selection panel # the pack selection panel will still be shown # the packs can still be installed using option.pack.<id>=true action.hidepack.tutorial=false action.hidepack.usage=false action.hidepack.lang.ja=true action.hidepack.lang.es=true action.hidepack.lang.fr=true action.hidepack.lang.pt=true action.hidepack.lang.zh=true # hide the app server port option # the server port will be set based on the value of option.serverport action.hideserverport=true # hide the windows service option # the service will be installed based on the value of option.winservice action.hidewinservice=true # hide the database connection options # the database connection parameters will be taken from option.db.* action.hidedboptions=true # hide the installation directory option # Yellowfin will be installed into the directory set in option.installpath action.hideinstallpath=true # Whether to install Yellowfin-branded content # This is true by default - set this to false to stop Yellowfin-branded content from being installed. # Yellowfin-branded content includes the Yellowfin welcome Storyboard (part of the tutorial content) and the Yellowfin theme. action.yellowfincontent=true "> インストーラーの動作 # don't show the create shortcuts panel action.noshortcuts=true # don't do any database access - extract distribution files only # usually only useful with the silent installer # the database parameters still need to be set, as they will be inserted into configuration files action.nodbaccess=true # extract the yellowfin.war file only - do not create any other files on the file system # usually only useful with the silent installer # the database will still be set up according to the db parameters # if this is true, HSQLDB can not be used # if this is true, tutorial pack can not be installed # if this is true, start-menu shortcuts will not be installed # yellowfin.war will be written to the directory chosen as the installation directory (option.installpath) action.warfileonly=true # hide the packs panel # the preselected panels will be automatically installed action.hidepacks=true # hide specific packs from the pack selection panel # the pack selection panel will still be shown # the packs can still be installed using option.pack.<id>=true action.hidepack.tutorial=false action.hidepack.usage=false action.hidepack.lang.ja=true action.hidepack.lang.es=true action.hidepack.lang.fr=true action.hidepack.lang.pt=true action.hidepack.lang.zh=true # hide the app server port option # the server port will be set based on the value of option.serverport action.hideserverport=true # hide the windows service option # the service will be installed based on the value of option.winservice action.hidewinservice=true # hide the database connection options # the database connection parameters will be taken from option.db.* action.hidedboptions=true # hide the installation directory option # Yellowfin will be installed into the directory set in option.installpath action.hideinstallpath=true # Whether to install Yellowfin-branded content # This is true by default - set this to false to stop Yellowfin-branded content from being installed. # Yellowfin-branded content includes the Yellowfin welcome Storyboard (part of the tutorial content) and the Yellowfin theme. action.yellowfincontent=true
- インストール後の設定 これらのプロパティは、Yellowfinのインストール後の設定を変更します。 # load a custom index page to be used instead of index_mi.jsp # this file will be copied into the root directory of the webapp action.customindexpage=custom/index.html # copy files from the installer to the webapp # files could be referenced by the custom index page, or custom header/footer # orthis could be used to overwrite styles, or add other html files # action.files.n: this is the path of the resource in the installer jar file # action.files.n.apppath: the resource will be added to the war file with this path action.files.0=custom/photo.jpg action.files.0.apppath=images/photo.jpg action.files.1=custom/header.html action.files.1.apppath=header.html action.files.2=custom/footer.html action.files.2.apppath=footer.html # don't create the development directory or any files underneath it action.nodevelopment=true # change the default user authentication method action.authentication.userid=true # change the details of the default Administrator user # by default, the username is 'admin@yellowfin.com.au' and the password is 'test' action.adminuser.username=admin action.adminuser.password=password action.adminuser.email=admin@acme.org action.adminuser.firstname=Admin action.adminuser.lastname=Admin # set the type of header/footer # values can be standard, none, or custom action.config.headertype=none action.config.footertype=none # set the type of left navigation # values can be none, or custom action.config.leftnavtype=none # set custom header/footer/left navigation pages # this can be an external or local url. # no files are copied into the webapp - use action.files.n if you need to copy a page in action.config.customheaderurl=header.html action.config.customfooterurl=footer.html # set the "standard" header include # this overrides the default Yellowfin header action.config.standardheaderurl=std_header.html # set the "standard" footer include # this overrides the default Yellowfin footer action.config.standardfooterurl=std_footer.html # default dashboard width action.config.dashwidth=900 # default filter location on analytic dashboards (left/right) action.config.dashanalyticfilters=right # show the toolbar (true/false) action.config.showtoolbar=true # show logoff link on the toolbar (true/false) action.config.showtoolbarlogoff=true # search location (top/right/off) action.config.searchlocation=top # associated reports location (right/off) action.config.associatedreports=right # base tags (yes/no/comment) action.config.basetags=yes # smtp server settings action.config.smtpserver=localhost action.config.smtpport=1234 action.config.smtpauth=true action.config.smtpusername=username action.config.smtppassword=password action.config.smtpssl=true action.config.smtpstarttls=true # broadcast email address action.config.broadcastemail=noreply@example.org # broadcast display name action.config.broadcastname=Yellowfin Reports # support email address action.config.supportemail=support@example.org # default date format (DMY/MDY/YMD) action.config.dateformat=DMY # customised app name in some display strings action.config.appname=Yellowfin # customised export filename action.config.exportfilename=YellowfinExport.xml # change the default bind user in LDAP authentication settings action.config.ldapbinduser=username # change the default password in LDAP authentication settings action.config.ldappassword=password "> インストール後の設定 これらのプロパティは、Yellowfinのインストール後の設定を変更します。 # load a custom index page to be used instead of index_mi.jsp # this file will be copied into the root directory of the webapp action.customindexpage=custom/index.html # copy files from the installer to the webapp # files could be referenced by the custom index page, or custom header/footer # orthis could be used to overwrite styles, or add other html files # action.files.n: this is the path of the resource in the installer jar file # action.files.n.apppath: the resource will be added to the war file with this path action.files.0=custom/photo.jpg action.files.0.apppath=images/photo.jpg action.files.1=custom/header.html action.files.1.apppath=header.html action.files.2=custom/footer.html action.files.2.apppath=footer.html # don't create the development directory or any files underneath it action.nodevelopment=true # change the default user authentication method action.authentication.userid=true # change the details of the default Administrator user # by default, the username is 'admin@yellowfin.com.au' and the password is 'test' action.adminuser.username=admin action.adminuser.password=password action.adminuser.email=admin@acme.org action.adminuser.firstname=Admin action.adminuser.lastname=Admin # set the type of header/footer # values can be standard, none, or custom action.config.headertype=none action.config.footertype=none # set the type of left navigation # values can be none, or custom action.config.leftnavtype=none # set custom header/footer/left navigation pages # this can be an external or local url. # no files are copied into the webapp - use action.files.n if you need to copy a page in action.config.customheaderurl=header.html action.config.customfooterurl=footer.html # set the "standard" header include # this overrides the default Yellowfin header action.config.standardheaderurl=std_header.html # set the "standard" footer include # this overrides the default Yellowfin footer action.config.standardfooterurl=std_footer.html # default dashboard width action.config.dashwidth=900 # default filter location on analytic dashboards (left/right) action.config.dashanalyticfilters=right # show the toolbar (true/false) action.config.showtoolbar=true # show logoff link on the toolbar (true/false) action.config.showtoolbarlogoff=true # search location (top/right/off) action.config.searchlocation=top # associated reports location (right/off) action.config.associatedreports=right # base tags (yes/no/comment) action.config.basetags=yes # smtp server settings action.config.smtpserver=localhost action.config.smtpport=1234 action.config.smtpauth=true action.config.smtpusername=username action.config.smtppassword=password action.config.smtpssl=true action.config.smtpstarttls=true # broadcast email address action.config.broadcastemail=noreply@example.org # broadcast display name action.config.broadcastname=Yellowfin Reports # support email address action.config.supportemail=support@example.org # default date format (DMY/MDY/YMD) action.config.dateformat=DMY # customised app name in some display strings action.config.appname=Yellowfin # customised export filename action.config.exportfilename=YellowfinExport.xml # change the default bind user in LDAP authentication settings action.config.ldapbinduser=username # change the default password in LDAP authentication settings action.config.ldappassword=password
概要
Unknown macro: {styleclass}
これは、カスタムのプロパティファイル経由でまたはコマンドライン引数として設定できるすべてのプロパティのリストです。
テキストのプロパティ
Unknown macro: {styleclass}
これらのプロパティは、インストーラーによって表示されるテキストラベルを変更します。
">
リソースの場所
Unknown macro: {styleclass}
これらのリソースは、インストーラーアーカイブに含めることができます。リソースの場所は、アーカイブのファイル構造に対して相対的に指定されます。
">
ユーザーオプション
Unknown macro: {styleclass}
これらのプロパティは、ユーザーオプションのデフォルト値を指定します。
">
インストーラーの動作
Unknown macro: {styleclass}
これらのプロパティは、インストーラーの動作を変更します。
">
">
Unknown macro: {horizontalrule}
Unknown macro: {styleclass}