Skip to content

Commit

Permalink
Badges install updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewr4 committed Sep 11, 2024
1 parent f6c4d97 commit 7592049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/badges/install/app/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The root certificate is then added to the list of signer certificates.

This change will not be picked up by Connections until the servers are restarted. This will be performed at the end of the configuration.

Copy the .properties files from the folder Huddo.ear/Huddo.war/installFiles to the Connections strings customisation directory:
Copy the .properties files from the folder Huddo.ear/Kudos.war/installFiles to the Connections strings customisation directory:
<CONNECTIONS_CUSTOMIZATION_PATH>/strings
Where **CONNECTIONS_CUSTOMIZATION_PATH** is defined by the WebSphere variable.
e.g. /opt/Connections/data/shared/customization/strings
Expand Down
4 changes: 3 additions & 1 deletion docs/badges/install/install-widgets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ The Huddo Widgets provide the interface for user interaction within Connections.

### Create the Configurator Communities

IN this step you will create communities for the configurators and/or for administration level analytics. The Configurators can be in one community, a community for each or a mix. We recommend a single community for smaller environments and individual communities for larger ones.

The Huddo Badges Configurator Widget is the widget that allows users to define and configure what badges are available for award, and how they are awarded.

The Huddo Metrics Configurator widget allows users to define and configure Huddo Metrics. These metrics monitor Connections usage (as well as external systems) and determine how Huddo are awarded. This involves the use of technical concepts such as JDBC connections and SQL queries.
Expand Down Expand Up @@ -76,7 +78,7 @@ By updating the widgets-config.xml with the code supplied below, the Huddo Badge
Summary, Huddo Thanks and Thanks Summary widgets will be made available to the end users. The following diagram shows where the widgets
will be placed.

Edit the widgets-config.xml file. Find the resource element with the type of community, e.g. `<resource ... type="profiles" ... >`, then under `<widgets>`, then within `<definitions>` add the following:
Edit the widgets-config.xml file. Find the resource element with the type of profiles, e.g. `<resource ... type="profiles" ... >`, then under `<widgets>`, then within `<definitions>` add the following:

**IMPORTANT**: Don’t forget to substitute the following placeholders with the corresponding values! CONNECTIONS_SERVER_NAME

Expand Down

0 comments on commit 7592049

Please sign in to comment.