-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathprovisioning.yaml
32 lines (28 loc) · 1.38 KB
/
provisioning.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# For more details about the provisioning API, you can refer to the Academy: https://academy.jahia.com/home
# You can also find some details here: https://github.com/Jahia/jahia-private/blob/master/bundles/provisioning/README.md
# Start with the provisioning script from Tutorial #3
- include: https://raw.githubusercontent.com/Jahia/provisioning-tutorials/main/03-augmented-search/provisioning.yaml
# Install and start bundles for Forms and jExperience
- installBundle:
- 'mvn:org.jahia.modules/forms-core/3.11.0'
- 'mvn:org.jahia.modules/forms-extended-inputs/2.2.0'
- 'mvn:org.jahia.modules/forms-nocss-theme/2.1.0'
- 'mvn:org.jahia.modules/forms-prefill/2.1.0'
- 'mvn:org.jahia.modules/forms-snippets-extension/3.3.0'
- 'mvn:org.jahia.modules/jexperience/3.4.0'
- 'mvn:org.jahia.modules/jexperience-forms-bridge/3.0.0'
autoStart: true
uninstallPreviousVersion: true
# Enable jExperience on digitall
- enable: "jexperience"
site: "digitall"
# Configure jExperience
- editConfiguration: "org.jahia.modules.jexperience.settings"
configIdentifier: "global"
properties:
jexperience.jCustomerURL: "https://jcustomer:9443"
jexperience.jCustomerUsername: "karaf"
jexperience.jCustomerPassword: "karaf"
jexperience.jCustomerTrustAllCertificates: "true"
jexperience.jCustomerUsePublicAddressesForAdmin: "false"
jexperience.jCustomerKey: "670c26d1cc413346c3b2fd9ce65dab41"