Skip to content

Commit e4a0a6e

Browse files
Update README-DOCKER.md
1 parent d83a810 commit e4a0a6e

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

decisioncenter/guicustomization/README-DOCKER.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
This readme explains how to run the GUI Customization sample in Docker.
55

6-
Doing so, you do not need to have ODM installed. Instead we are relying on the 'ODM for developer' container image.
6+
Doing so, you do not need to have ODM installed. Instead we are relying on the 'ODM for Developer' container image.
77

88
Before following the steps below, make sure you have built the images as explained in [README.md](README.md).
99

@@ -14,20 +14,20 @@ Before following the steps below, make sure you have built the images as explain
1414
cd decisioncenter/guicustomization/guicustomization-source
1515
```
1616
17-
Run ODM and Notifiers docker images
17+
Run ODM docker images containing GUI customization:
1818
```bash
1919
docker-compose -f compose-odm-dev.yml up odm-with-gui-customization &
2020
```
2121

22-
### Using the Sample
22+
### Using the sample
2323

2424
**Log in** to the Business Console at [http://localhost:9060/decisioncenter](http://localhost:9060/decisioncenter) using the credentials:
2525
- **Username**: `Paul`
2626
- **Password**: `Paul`
2727

28-
Load the [LoanValidationService.zip](./projects/LoanValidationService.zip) Decision Service.
28+
Open the **Library** tab. Import the [LoanValidationService.zip](./projects/LoanValidationService.zip) Decision Service.
2929

30-
To activate the Custom Value Editor, after login in Decision Center :
30+
To activate the GUI customization:
3131
- Go in the menu **Administration>Settings>Custom Settings**
3232
- Register a new setting named **decisioncenter.web.core.extensions.entrypoints** keeping blank the **default value of the setting** field.
3333

@@ -43,51 +43,51 @@ Log in to the Business console by using **Paul** as the username and password.
4343

4444
Open the **Library** tab. Click the **Loan Validation Service** box anywhere but the name, and select the **main** branch.
4545

46-
Click the new button **My Admin Button**. A dialog displays metrics on the decision service.
46+
Click the new button **My Admin Button** in the main toolbar. A dialog displays metrics on the decision service. Close the dialog.
4747

4848
Click the new tab **My Admin Tab**. The tab displays the same metrics on the decision service.
4949

50-
Click the **Decision Artifacts** tab. Expand the **Loan Validation Scoring computation** package, and edit the rule **neverBankruptcy** (accept any default settings if prompted).
50+
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).
5151

5252
Click the button **My Info**. A dialog displays information on the rule.
5353

54-
Close the dialog and cancel the editing session. Click **main** in the breadcrumbs.
54+
Close the dialog and cancel the editing session to go back to the **Decision Artifacts** tab.
5555

56-
Click the **Decision Artifacts** tab and make sure that the operations are displayed. To display them, click **Types** and select **Operations**.
56+
Make sure that the **Operations** type are displayed. To display them, click **Types** and select **Operations**.
5757

58-
Expand the **Operations** folder under **Loan Validation Scoring** to edit the scoring operation.
58+
Click the **Operations** element under **Loan Validation Scoring** project and edit the **scoring** operation.
5959

6060
Click the button **My Operation Info**. A dialog displays information on the operation.
6161

62-
Close the dialog, and cancel the editing session. Click **main** in the breadcrumbs.
62+
Close the dialog, and cancel the editing session to go back to the **Decision Artifacts** tab.
6363

64-
Click the tab **Deployments** and edit the **test deployment configuration**.
64+
Click the **Deployments** tab and edit the **test deployment** configuration.
6565

66-
Click the **Targets** tab and select the **Decision Service Execution server**. Save the test deployment configuration.
66+
Click the **Targets** tab and make sure the **Decision Service Execution** server is well selected. Save the **test deployment** configuration and create a new version.
6767

68-
Click the name of the test deployment configuration.
68+
Click the name of the **test deployment** configuration.
6969

70-
Click the **Custom Deploy** button in the toolbar. A dialog shows the status of the deployment.
70+
Click the **Custom Deploy** button in the toolbar. This will start the deployment and a dialog shows its status: _Deploying..._ to _Report status: COMPLETED_
7171

72-
Close the dialog and log out of the Business console.
72+
Close the dialog and log out of the Business Console.
7373

7474
![Business Console Custom GUI Admin](images/custom_gui_admin.png)
7575

7676
#### To see the customization for a non-administrative user:
7777

78-
Log in to the Business console by using **Bea** as the username and password.
78+
Log in to the Business Console by using **Bea** as the username and password.
7979

80-
Open the **Library** tab. Click the **Loan Validation Service** box anywhere but the name, and then select the main branch.
80+
Open the **Library** tab. Click the **Loan Validation Service** box anywhere but the name, and then select the **main** branch.
8181

82-
Click the new button **My Button**. A dialog displays some metrics on the decision service. The dialog content is different from the content that is provided for the administrator.
82+
Click the new button **My Button**. A dialog displays some metrics on the decision service. The dialog content is different from the content that is provided for the an administrator user.
8383

84-
Close the dialog and then click the new tab **My Tab**. The tab displays the same metrics on the decision service. The tab content is different from the content that is provided for the administrator.
84+
Close the dialog and then click the new tab **My Tab**. The tab displays the same metrics on the decision service. The tab content is different from the content that is provided for an administrator user.
8585

86-
Log out of the Business console.
86+
Log out of the Business Console.
8787

8888
![Business Console Custom GUI](images/custom_gui.png)
8989

90-
### Stopping the Sample
90+
### Stopping the sample
9191

9292
```bash
9393
docker-compose -f compose-odm-dev.yml down

0 commit comments

Comments
 (0)