Enable quick install
- 06 Sep 2024
- 1 Minute to read
- Print
Enable quick install
- Updated on 06 Sep 2024
- 1 Minute to read
- Print
Article summary
Did you find this summary helpful?
Thank you for your feedback
Before you can use quick install when initializing your player via the provisioning website, you must enable this option in the master.config file.
Note
Quick install enables initializing a player without providing IXM Platform credentials.
To enable quick install, perform the following steps:
Open the master.config file on the server.
Go to Provisioning.
Set the value of Provisioning:QuickInstallEnabled to true.
Save your changes and close the file.
<!-- Provisioning -->
<add key="ProvisioningServiceUrl" value="https://provisioning.grassfish.tv/gv2/webservices/provisioningservice/" />
<add key="Provisioning:QuickInstallEnabled" value="true" />