Installing Aggregation Framework on a dedicated machine

To install the Aggregation Framework on a dedicated machine, you first need to install a basic Content Manager.

About this task

The following instructions describe how to install the minimum set of components to install the Aggregation Framework on a dedicated machine.

Procedure

  1. Access the SDL Tridion installation media.
  2. Navigate to the Content Manager\ directory.
  3. Double-click the executable SDLTridion2013SP1CM.exe.
  4. Follow the instructions on the screen. For a minimum set up, in the Features step, open the Advanced View and select the following check boxes:
    • Content Manager
    • Audience Manager
      • Synchronization Service
  5. Restart your machine.
  6. Access the Online Marketing Explorer installation media.
  7. Navigate to the Content Manager\ directory.
  8. Run the Install SDL Tridion Online Marketing Explorer 2011 SP3 shortcut.
  9. Follow the instructions on the screen. For a minimum set up, in the Features screen select only Aggregation Framework.
  10. Configure the Aggregation Framework:
    1. Open the AggregationService.exe.config file, by default located in your Tridion installation config folder, in a text editor.
    2. Change address of the BasicHttpBinding_IOnlineMarketingConnectorService to point to the machine where the Online Marketing Explorer Core is installed:
      <endpoint address="http://ServerName/OnlineMarketing/OnlineMarketingConnectorService.svc" 
                binding="basicHttpBinding" 
                behaviorConfiguration="OnlineMarketingBehavior" 
                bindingConfiguration="BasicHttpBinding_IOnlineMarketingConnectorService" 
                contract="OnlineMarketingConnectorService.IOnlineMarketingConnectorService" 
                name="BasicHttpBinding_IOnlineMarketingConnectorService" />
    3. Restart Aggregation Service

What to do next

For information about setting up a secure connection between the Online Marketing Explorer Web application and the Aggregation Service, see Configuring HTTPS.