Skip to content
Permalink
Newer
Older
100644 46 lines (37 sloc) 2.1 KB
1
# this should be before the version number
2
download.server.url = https://software.internet2.edu/grouper
3
# default version to install
4
grouper.version = 2.4.0
5
# print out autorun keys in prompts so you can easily see how to configure the autorun
6
grouperInstaller.print.autorunKeys = true
7
# default to install or upgrade (default is install)
8
grouperInstaller.default.installOrUpgrade = install
9
10
##############################
11
## Autorun properties
12
##
13
## If you uncomment one of these properties it will be used as empty, only uncomment to use
14
##
15
##############################
16
17
grouperInstaller.autorun.forceInstallPatch = t
September 10, 2018 12:21
18
grouperInstaller.autorun.installAllPatches = false
19
grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true
February 14, 2020 09:27
20
# 2.4.0-a93-u56-w11-p12-20200214-rc1
21
grouperInstaller.autorun.installPatchesUpToThesePatchLevels = grouper_v2_4_0_api_patch_93,grouper_v2_4_0_ui_patch_56,grouper_v2_4_0_ws_patch_11,grouper_v2_4_0_pspng_patch_12
22
23
24
#### set this to true to try to use defaults for everything. Only things without default values will need to be set
25
grouperInstaller.autorun.useDefaultsAsMuchAsAvailable = true
26
########## AUTORUN PROPERTIES WITH NO DEFAULT OR ARE COMMONLY CHANGED
27
## Note: not all of them need to be filled out for all operations
28
# autorun grouper system password (its not secure to have a plain text pass in a config file)
29
grouperInstaller.autorun.grouperSystemPassword = XXXXXXXXXX
30
31
grouperInstaller.autorun.deleteAndInitDatabase = t
32
grouperInstaller.autorun.addQuickstartData = f
33
grouperInstaller.autorun.installClient = f
34
35
grouperInstaller.autorun.installGrouperActiveMqMessaging = f
36
grouperInstaller.autorun.activeMqWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/
37
38
grouperInstaller.autorun.installGrouperAwsSqsMessaging = t
39
grouperInstaller.autorun.AwsSqsWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/
40
41
grouperInstaller.autorun.installGrouperRabbitMqMessaging = t
42
grouperInstaller.autorun.rabbitMqWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/
43
44
# disable installing pspng, for now
45
grouperInstaller.autorun.installPspng = t
September 4, 2018 18:52
46
grouperInstaller.autorun.installPsp = f