...
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 | ||
---|---|---|
| ||
./bin/install.sh -Didp.keysize=2048 |
Jira Legacy | ||||||
---|---|---|---|---|---|---|
|
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
...