Anchor | ||||
---|---|---|---|---|
|
Table of Contents | ||
---|---|---|
|
Overview
The Yellowfin Installer supports three modes of operation:
- Standard Graphical Installer
- Command-line Installer
- Silent Installer
See Installer Properties インストーラーのプロパティ for more information.
The default behaviour is to launch the graphical installer. If no graphical environment is available, for example on 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:
Code Block | ||||
---|---|---|---|---|
| ||||
java -jar yellowfin-yyyymmdd-full.jar -gui
java -jar yellowfin-yyyymmdd-full.jar -cmd
java -jar yellowfin-yyyymmdd-full.jar -silent
|
...
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.