Enable quick install

Prev Next

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:

  1. Open the master.config file on the server.

  2. Go to Provisioning.

  3. Set the value of Provisioning:QuickInstallEnabled to true.

  4. 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" />