Install RESTful Provider for Tenant ServiceΒΆ
Note
The following steps assume that you have completed the steps from Install RESTful Provider plus Data Exchange Tenant Service Tenant for versions prior to 5.0.0.
Download the Installation Guide for Data Exchange Tenant Service
Follow Install using PowerShell and Sitecore Installation Framework steps in the Install the web-component of Tenant Service on IIS section.
Download RESTful Provider for Tenant Service and Sitecore Provider Plugin for Tenant Service.
Download SIF plugin installation scripts for Tenant Service. It contains the following files:
deploy.plugin.ps1
- a PowerShell deployment scriptplugin-xp0.json
- an installation configuration files
Unzip the installation script files.
Open a PowerShell console with administrator rights. Navigate to the folder where you unpacked the installation script files. Run the
deploy.plugin.ps1
script with the following syntax:.\deploy.plugin.ps1 -TenantServiceInstanceName "<tenant service instance>" -ServicePackage "<path to tenant provider.scwdp.zip file>"
Parameter
Description
Example
TenantServiceInstanceName
The name of your Data Exchange Tenant Service instance.
sitecore.ts
ServicePackage
The location of the RESTful Provider for Tenant Service or Sitecore Provider Plugin for Tenant Service package.
c:\SIF\RESTful Provider for Tenant Service.scwdp.zip
Follow Configure a tenant service connection string steps in the Install the web-component of Tenant Service on IIS section of installation guide.