You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: decisioncenter/guicustomization/README-KUBERNETES.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ helm search repo ibm-odm-prod
59
59
```
60
60
```bash
61
61
NAME CHART VERSION APP VERSION DESCRIPTION
62
-
ibm-helm/ibm-odm-prod 25.1.0 9.5.0.1 IBM Operational Decision Manager
62
+
ibm-helm/ibm-odm-prod 26.0.0 9.6.0.0 IBM Operational Decision Manager
63
63
```
64
64
65
65
#### e. Create a secret to manage custom authentication/authorization
@@ -118,15 +118,15 @@ Click the new tab **My Admin Tab**. The tab displays the same metrics on the dec
118
118
119
119
Click the **Decision Artifacts** tab. Expand the **computation** package of the **Loan Validation Scoring** project. Edit the rule **neverBankruptcy** (accept any default settings if prompted).
120
120
121
-
Click the button **My Info**. A dialog displays information on the rule.
121
+
Click the **My Info** icon in the toolbar. A dialog displays information on the rule.
122
122
123
123
Close the dialog and cancel the editing session to go back to the **Decision Artifacts** tab.
124
124
125
125
Make sure that the **Operations** type are displayed. To display them, click **Types** and select **Operations**.
126
126
127
127
Click the **Operations** element under **Loan Validation Scoring** project and edit the **scoring** operation.
128
128
129
-
Click the button **My Operation Info**. A dialog displays information on the operation.
129
+
Click the **My Operation Info** icon in the toolbar. A dialog displays information on the operation.
130
130
131
131
Close the dialog, and cancel the editing session to go back to the **Decision Artifacts** tab.
132
132
@@ -136,7 +136,7 @@ Click the **Targets** tab and make sure the **Decision Service Execution** serve
136
136
137
137
Click the name of the **test deployment** configuration.
138
138
139
-
Click the **Custom Deploy**button in the toolbar. This will start the deployment and a dialog shows its status: _Deploying..._ to _Report status: COMPLETED_
139
+
Click the **Custom Deploy**icon in the toolbar. This will start the deployment and a dialog shows its status: _Deploying..._ to _Report status: COMPLETED_
140
140
141
141
Close the dialog and log out of the Business Console.
Copy file name to clipboardExpand all lines: decisioncenter/guicustomization/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Introduction
4
4
5
-
This sample shows you how to customize the Business Console using [GUI customization sample](https://www.ibm.com/docs/en/odm/9.5.0?topic=center-gui-customization) in a container environment.
5
+
This sample shows you how to customize the Business Console using [GUI customization sample](https://www.ibm.com/docs/en/odm/9.6.0?topic=center-gui-customization) in a container environment.
6
6
7
7
## Running this sample in Decision Center
8
8
@@ -43,7 +43,7 @@ To use the sample in Decision Center, you need to build a JAR.
43
43
44
44
2. Build the JAR
45
45
46
-
The instructions below enable to build the JAR using a Docker container featuring Maven and a JDK version 21, compatible for ODM 9.5.
46
+
The instructions below enable to build the JAR using a Docker container featuring Maven and a JDK version 21, compatible for ODM 9.6.
47
47
48
48
Run the command below in the **decisioncenter/guicustomization/guicustomization-source** directory:
Copy file name to clipboardExpand all lines: decisioncenter/webhooknotifier/README-DOCKER.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Before following the steps below, make sure you have built the images as explain
11
11
12
12
1. Run ODM and Notifiers docker images
13
13
```bash
14
-
docker-compose -f docker-compose.yaml -f compose-odm-dev.yml up
14
+
docker-compose -f docker-compose.yaml -f compose-odm-dev.yml up -d
15
15
```
16
16
17
17
2. Register the webhook in Decision Center using the REST API tool, providing the token and URL (`http://localhost:3000/slack` and `http://localhost:3000/print`).
@@ -67,7 +67,7 @@ After creating this snapshot, a notification will be triggered.
67
67
To view the content of the generated log file, run the following command:
68
68
69
69
```shell
70
-
docker exec -ti <webhooknotifier-logfile-container-id> sh -c 'cat /app/results/default.txt'
70
+
docker exec -ti webhooknotifier-logfile sh -c 'cat /app/results/default.txt'
Copy file name to clipboardExpand all lines: decisioncenter/webhooknotifier/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This NodeJS sample code will be packaged in two docker images.
39
39
> Note: The docker-compose build command will produce images based on your local machine’s architecture. If you plan to deploy this sample on a Kubernetes cluster, ensure the target environment uses the same architecture (e.g., amd64 vs. arm64) to avoid compatibility issues. You may also need to specify a platform explicitly if building for a different architecture.
40
40
> For instance, you can make sure that the images are built for the `amd64` architecture by running:
0 commit comments