Skip to content
Permalink
Newer
Older
100644 45 lines (36 sloc) 2.05 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
September 10, 2018 12:21
17
grouperInstaller.autorun.installAllPatches = false
18
grouperInstaller.autorun.installPatchesUpToACertainPatchLevel = true
19
# 2.4.0-a43-u23-w5-p6-20190501-rc1
20
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
21
22
23
#### set this to true to try to use defaults for everything. Only things without default values will need to be set
24
grouperInstaller.autorun.useDefaultsAsMuchAsAvailable = true
25
########## AUTORUN PROPERTIES WITH NO DEFAULT OR ARE COMMONLY CHANGED
26
## Note: not all of them need to be filled out for all operations
27
# autorun grouper system password (its not secure to have a plain text pass in a config file)
28
grouperInstaller.autorun.grouperSystemPassword = XXXXXXXXXX
29
30
grouperInstaller.autorun.deleteAndInitDatabase = t
31
grouperInstaller.autorun.addQuickstartData = f
32
grouperInstaller.autorun.installClient = f
33
34
grouperInstaller.autorun.installGrouperActiveMqMessaging = f
35
grouperInstaller.autorun.activeMqWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/
36
37
grouperInstaller.autorun.installGrouperAwsSqsMessaging = t
38
grouperInstaller.autorun.AwsSqsWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/
39
40
grouperInstaller.autorun.installGrouperRabbitMqMessaging = t
41
grouperInstaller.autorun.rabbitMqWhereInstalled = /opt/grouper/2.4.0/grouper.apiBinary-2.4.0/
42
43
# disable installing pspng, for now
44
grouperInstaller.autorun.installPspng = t
September 4, 2018 18:52
45
grouperInstaller.autorun.installPsp = f