Deploy Make Updater

The Make Updater is the component that processes the Updater queue. This queue contains the Make template configurations to update sites. The Updater component is also installed on the IIS web server and will be scheduled to run every 5 minutes.

  • Log on to the web server
  • Start the Windows Explorer
  • Create the D:\Logs\MaventionMakeUpdater folder
  • Create the D:\Apps\MaventionMakeUpdater folder
  • Unzip the Mavention.Make.ConsoleUpdater.zip file and store the contents in the D:\Apps\MaventionMakeUpdater folder

Figure 1: Unzip Make worker

Figure 1: Unzip Make worker

  • Open and edit the Mavention.Make.ConsoleWorker.exe.config file
  • In the appSettings section edit the key properties:
    • ClientId as provided by delivery of the packages
    • ClientSigningCertificateSerialNumber (serial number if the STS certificate in the store)
    • IssuerId as provided by delivery of the packages
    • AppWeb URL to the Make for SharePoint appweb in SharePoint (see below)
    • AppApiUri URL to the Make IIS website
    • LogFileLocation D:\Logs\MaventionMake
1
2
3
4
5
6
7
8
<appSettings>
  <add key="ClientId" value="24f053cb-5647-4b0d-9064-ba8a703c1a54" />
  <add key="ClientSigningCertificateSerialNumber" value="1615C819F09CB6A04914E45A10BA7174" />
  <add key="IssuerId" value="1d381049-1f6f-4549-8c04-617cbccc2607" />
  <add key="AppWeb" value="http://app-57f94450390e96.apps.mavention.com/MaventionMakeforSharePoint" />
  <add key="AppApiUri" value="http://make.mavention.com" />
  <add key="LogFileLocation" value="D:\Logs\MaventionMakeUpdater\" />
</appSettings>

Referencing the certificate by serial number is recommended for production scenario’s. In a development scenario you can opt to specify the full path to the certificate and the certificate password by adding the ClientSigningCertificatePath and ClientSigningCertificatePassword keys in the web.config instead of the serial number. Note that this is less secure and not recommended for a production environment.

How to get the Add-inn Web (URL)? - Browse to the admin site that hosts and runs the Make Add-in (http://admin.mavention.com) - Start the Make for SharePoint add-in - Click on the View Configurations link

Figure 2: Get Add-in Web

Figure 2: Get Add-in Web

  • Click on the Upload a new configuration link

Figure 3: Get Add-in Web

  • The Add-in Web URL is now in the browser’s address bar

Figure 3: Get Add-in Web

Figure 4: Get Add-in Web

Figure 4: Get Add-in Web

What's on this Page