Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Property Driven Installation 

The installation process can be controlled by setting properties on the command line (using the -D qualifier).  As well as affecting things such as generated key size, properties can an also be used to limit (and indeed eliminate) user interaction during installation. PropertyDrivenInstallation describes these properties in detail.

Setting generated key size on non-Windows system
Code Block
languagebash
./bin/install.sh -Didp.keysize=2048

Jira Legacy
serverSystem JIRA
serverIdf52c7d31-6eab-3f0e-93c3-231b5754d506
keyIDP-2123

Properties have to be specified by the --propertyFile option see below

Command line options 

The install.sh & install.bat scripts support a limited number of command line options

...