Skip to content

Commit

Permalink
move the compose yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Mercier committed Oct 30, 2024
1 parent 65785ba commit 341d89b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
10 changes: 2 additions & 8 deletions decisioncenter/businessvalueeditor/README-DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,9 @@ Before following the steps below, make sure you have built the images as explain

### Running the sample

Navigate to the root directory of the Custom Value Editor sample:

```bash
cd decisioncenter/businessvalueeditor
```

Run ODM docker images
```bash
docker-compose -f compose-odm-dev.yml up odm-with-custom-value-editor
docker-compose -f compose-odm-dev.yml up odm-with-custom-value-editor &
```

### Using the Sample
Expand All @@ -26,7 +20,7 @@ Access Decision Center using the URL **http://localhost:9060**

Click on the link **Decision Center Business Console**

Log in with odmAdmin/odmAdmin
Log in with the credentials `odmAdmin` / `odmAdmin`

To activate the Custom Value Editor, after login in Decision Center as an administrator :
- Go in the menu **Administration>Settings>Custom Settings**
Expand Down
4 changes: 2 additions & 2 deletions decisioncenter/businessvalueeditor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use the sample in Decision Center, you need to build a JAR for [Docker](READM
ODM libraries are required to compile the JAR.
For that, deploy ODM for Developer public docker image:
```bash
docker-compose -f ../compose-odm-dev.yml up odm
docker-compose -f compose-odm-dev.yml up odm &
```

and then download the ODM libraries:
Expand All @@ -42,7 +42,7 @@ To use the sample in Decision Center, you need to build a JAR for [Docker](READM

Undeploy ODM for developer (especially if you continue this tutorial on [Docker](README-DOCKER.md) to avoid a TCP/IP port usage conflict) :
```bash
docker-compose -f ../compose-odm-dev.yml down
docker-compose -f compose-odm-dev.yml down
```

2. Build the JAR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ services:
- 9060:9060
- 9453:9453
volumes:
- $PWD/businessvalueeditor-source/target/businessvalueeditor-1.0.jar:/config/download/businessvalueeditor-1.0.jar
- $PWD/businessvalueeditor-source/web.xml:/config/download/web.xml
- $PWD/target/businessvalueeditor-1.0.jar:/config/download/businessvalueeditor-1.0.jar
- $PWD/web.xml:/config/download/web.xml

0 comments on commit 341d89b

Please sign in to comment.