Installing the UGC Community service
Install the Community service to gather submitted feedback. Note that the Moderation service and Community service are almost identical and use the same database; the only difference is the configuration of the Cartridge.
About this task
- Copying resources for the UGC Community service
Copy the microservice resources. - Configuring UGC
To configure User Generated Content, edit your User Generated Content configuration file, cd_ugc_conf.xml to set a scoring threshold and a whitelist for comments. - Configuring UGC database access for UGC
UGC uses uses the Storage Layer to access the UGC database, where User Generated Content comments, ratings user data and item statistics are stored. To configure storage of this kind of data in the UGC database, add aStorageelement to the Storage Layer configuration file. - Configuring the UGC cartridge for the Community web service
The User Generated Content cartridge for the Ambient Data Framework (included in the Community web service resources) takes care of, amongst others, the Content Delivery side of a User Generated Content Audience Manager integration. The Community service requires two Claim Processors. - Configuring Claim forwarding to the Community Web service
The User Generated Content application installed on your Web site sends a cookie to the Community service. By default, this cookie is calledTAFContextand contains tracking information only. You can configure various aspects of this mechanism. - Installing the UGC Community service as a microservice
Run the appropriate microservice installation PowerShell or Unix script to install and run the standalone microservice. - Securing the microservice with SSL
You may wish to secure your microservice using Secure Socket Layer (SSL), so that an HTTPS connection is required to interact with the service. - Registering the UGC Community Web service microservice as a Capability
If you already used theauto-registerswitch to register this Server Role as a Capability when you installed it as a standalone microservice, you can skip this task. If you did not, you can make this microservice discoverable through the Discovery Endpoint by hand by adding it as a Capability to the Discovery Service's Storage Layer configuration file and update the Capability registry by rerunning the Discovery Service registration tool.