Install Sitecore Connect for Content Hub on-prem
You must install the Sitecore Connect for Content Hub (SCCH) connector on your Content Manager (CM) server. If you use the Sitecore Digital Asset Management (DAM) functionality, you must also install SCCH on your Content Delivery (CD) server(s). This enables you to populate images from your Sitecore DAM installation to your CD server.
Before installing SCCH, you must have Sitecore Experience Platform 10.0, 10.1, 10.2, 10.3, or 10.4 installed on your server. You must also have access to Sitecore Content Hub 3.4.x, 4.0.x, 4.1, or 4.2.
You must also ensure that the following network ports are available and not blocked by your Windows firewall:
|
Required port |
Role |
|---|---|
|
443 |
HTTPS |
|
5671 |
AMQP |
|
9354 |
Net messaging/SBMP |
You can install SCCH using either dat or dacpac files, depending on which Sitecore version you use. The following table shows which Sitecore versions support which installation types methods.
|
Sitecore version |
Dacpac |
Dat |
|---|---|---|
|
10.0 |
Yes |
No |
|
10.1 (and later) |
No |
Yes |
To install SCCH on your Sitecore server:
-
Download the SCCH module installation package and the SCCH Sitecore Installation Framework (SIF) from the Sitecore download page.
-
Unzip the SCCH SIF installation package to your server.
-
Open a PowerShell window with administrator privileges. Use the following command to run the SCCH SIF installation script:
NoteIf you are deploying SCCH to Sitecore 10.4, you must set the
SkipDatabaseInstallationparameter to$true.For the
SqlInstanceNameparameter, you can find the prefix in the Sitecore database name that is in the form of<Sitecore SQL Database prefix name>_Core. -
If you are installing SCCH on a CD server, to enable DAM images to be populated on the CD website, you must now go to the
C:\inetpub\<CD site>\xslfolder and open thexsltfile, for example,sample rendering.xslt, in a text editor. Add ansc:image fieldline to thexsltfile.For example:
-
Save the
xsltfile.