Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
grouper/container_files/grouper.installer.properties
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
45 lines (36 sloc)
2.05 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this should be before the version number | |
download.server.url = https://software.internet2.edu/grouper | |
# default version to install | |
grouper.version = 2.4.0 | |
# print out autorun keys in prompts so you can easily see how to configure the autorun | |
grouperInstaller.print.autorunKeys = true | |
# default to install or upgrade (default is install) | |
grouperInstaller.default.installOrUpgrade = install | |
############################## | |
## Autorun properties | |
## | |
## If you uncomment one of these properties it will be used as empty, only uncomment to use | |
## | |
############################## | |
grouperInstaller.autorun.installAllPatches = false | |
grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true | |
# 2.4.0-a43-u23-w5-p6-20190501-rc1 | |
grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_4_0_api_patch_43,grouper_v2_4_0_ui_patch_23,grouper_v2_4_0_ws_patch_5,grouper_v2_4_0_pspng_patch_6 | |
#### set this to true to try to use defaults for everything. Only things without default values will need to be set | |
grouperInstaller.autorun.useDefaultsAsMuchAsAvailable = true | |
########## AUTORUN PROPERTIES WITH NO DEFAULT OR ARE COMMONLY CHANGED | |
## Note: not all of them need to be filled out for all operations | |
# autorun grouper system password (its not secure to have a plain text pass in a config file) | |
grouperInstaller.autorun.grouperSystemPassword = XXXXXXXXXX | |
grouperInstaller.autorun.deleteAndInitDatabase = t | |
grouperInstaller.autorun.addQuickstartData = f | |
grouperInstaller.autorun.installClient = f | |
grouperInstaller.autorun.installGrouperActiveMqMessaging = f | |
grouperInstaller.autorun.activeMqWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/ | |
grouperInstaller.autorun.installGrouperAwsSqsMessaging = t | |
grouperInstaller.autorun.AwsSqsWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/ | |
grouperInstaller.autorun.installGrouperRabbitMqMessaging = t | |
grouperInstaller.autorun.rabbitMqWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/ | |
# disable installing pspng, for now | |
grouperInstaller.autorun.installPspng = t | |
grouperInstaller.autorun.installPsp = f |